diff ui/listupdatedialog.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 1f27d6db5ee3
children 3ebebd055d3a
line wrap: on
line diff
--- a/ui/listupdatedialog.h	Mon Mar 24 16:06:50 2014 +0100
+++ b/ui/listupdatedialog.h	Tue Mar 25 08:58:18 2014 +0100
@@ -3,6 +3,7 @@
 
 #include "certificatelist.h"
 #include <QDialog>
+#include <QMainWindow>
 /**
  * @file listupdatedialog.h
  * @brief The dialog for certificate selection.
@@ -14,7 +15,7 @@
 {
 public:
     /** @brief Create a list update dialog for the listToInstall */
-    ListUpdateDialog(QDialog *parent, const CertificateList &listToInstall);
+    ListUpdateDialog(QMainWindow *parent, const CertificateList &listToInstall);
 
 private:
     CertificateList mCertificateList;

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