]> git.sesse.net Git - nageru/blobdiff - aboutdialog.h
Release Nageru 1.7.2.
[nageru] / aboutdialog.h
index 3bc9ea5e74d2d9a29c218c967a6154e1783b8930..5100c009014320dee93a5bb0c4124ad502108ba3 100644 (file)
@@ -1,12 +1,10 @@
-#ifndef ABOUTWINDOW_H
-#define ABOUTWINDOW_H
+#ifndef _ABOUTDIALOG_H
+#define _ABOUTDIALOG_H 1
 
 #include <QDialog>
-#include <string>
-#include <vector>
-#include <sys/time.h>
+#include <QString>
 
-#include "mixer.h"
+class QObject;
 
 namespace Ui {
 class AboutDialog;
@@ -23,4 +21,4 @@ private:
        Ui::AboutDialog *ui;
 };
 
-#endif
+#endif  // !defined(_ABOUTDIALOG_H)