Added copyright information to about dialog.
[medard] / src / aboutdialog.h
index 87e5ff0..109f369 100644 (file)
 #ifndef ABOUTDIALOG_H
 #define ABOUTDIALOG_H
 
-#include <QMainWindow>
+#include <QDialog>
 
-class AboutDialog : public QMainWindow
+class AboutDialog : public QDialog
 {
     Q_OBJECT
 
 public:
-    AboutDialog(QMainWindow *parent = 0);
+    AboutDialog(QDialog *parent = 0);
 };
 
 #endif // ABOUTDIALOG_H