aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-09-13 19:44:23 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-09-13 19:44:23 +0000
commitc3a858ad6411a2613589e80a4d991c5d87c9537a (patch)
treec85321a5d9c8fd47870c1cdd917d29b262696ac5 /context.h
parentmoved the include entries from cpp to header files (diff)
downloadgpg4usb-c3a858ad6411a2613589e80a4d991c5d87c9537a.tar.gz
gpg4usb-c3a858ad6411a2613589e80a4d991c5d87c9537a.zip
Where possible, replaced includes with class. So the compiling should go faster
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@164 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r--context.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/context.h b/context.h
index 802600c..81b2eb1 100644
--- a/context.h
+++ b/context.h
@@ -23,15 +23,16 @@
#define __SGPGMEPP_CONTEXT_H__
#include <locale.h>
-#include <sstream>
-#include <QApplication>
-#include <QtGui>
-#include <QMessageBox>
#include <errno.h>
#include <gpgme.h>
-#include <QByteArray>
-#include <QString>
#include <QLinkedList>
+#include <QtGui>
+
+class QMessageBox;
+class sstream;
+class QApplication;
+class QByteArray;
+class QString;
class GpgKey
{