From 0680d30d56b60fe7b26409d71c6757aba3c07983 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 23 Jan 2011 18:18:36 +0000 Subject: now there's no asking to save every single document, if multiple documents are saved. Furthermore a lot of cleaning git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@443 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- quitdialog.h | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'quitdialog.h') diff --git a/quitdialog.h b/quitdialog.h index 0dd4bf5..58f1e45 100755 --- a/quitdialog.h +++ b/quitdialog.h @@ -22,22 +22,9 @@ #ifndef __QUITDIALOG_H__ #define __QUITDIALOG_H__ - -class QMainWindow; -class QWidget; -class iostream; -class QtGui; -class QString; -class QFileDialog; -class QStringList; -class QIcon; -class QAction; -class QMenu; -class QApplication; -class QProgresssBar; - -#include "keygenthread.h" #include "context.h" +class QTableWidget; + class QuitDialog : public QDialog { Q_OBJECT @@ -48,7 +35,6 @@ public: QList getTabIdsToSave(); private slots: -// void accept(); void myDiscard(); private: -- cgit v1.2.3