aboutsummaryrefslogtreecommitdiffstats
path: root/quitdialog.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-23 18:18:36 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-23 18:18:36 +0000
commit0680d30d56b60fe7b26409d71c6757aba3c07983 (patch)
treecc938be951738e36f1ebbbef53bcb31b602c47b2 /quitdialog.h
parentcleaned up a little (diff)
downloadgpg4usb-0680d30d56b60fe7b26409d71c6757aba3c07983.tar.gz
gpg4usb-0680d30d56b60fe7b26409d71c6757aba3c07983.zip
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
Diffstat (limited to 'quitdialog.h')
-rwxr-xr-xquitdialog.h18
1 files changed, 2 insertions, 16 deletions
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 <int> getTabIdsToSave();
private slots:
-// void accept();
void myDiscard();
private: