diff ui/mainwindow.h @ 153:252ffe6e27fd

Changed type of MainWindow from QDialog to QMainWindow.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 25 Mar 2014 08:58:18 +0100
parents f22a99f7cb69
children c0fdb8d336cf
line wrap: on
line diff
--- a/ui/mainwindow.h	Mon Mar 24 16:06:50 2014 +0100
+++ b/ui/mainwindow.h	Tue Mar 25 08:58:18 2014 +0100
@@ -7,7 +7,7 @@
  */
 
 #include <QSystemTrayIcon>
-#include <QDialog>
+#include <QMainWindow>
 #include <QSettings>
 
 #include "downloader.h"
@@ -16,7 +16,7 @@
 class QAction;
 class QTimer;
 
-class MainWindow : public QDialog
+class MainWindow : public QMainWindow
 {
     Q_OBJECT
 

http://wald.intevation.org/projects/trustbridge/