From 9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 27 Aug 2011 13:41:14 +0000 Subject: changed includes to class declarations where possible and moved includes and class declarations to header files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keygenthread.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'keygenthread.h') diff --git a/keygenthread.h b/keygenthread.h index e811301..91aead7 100644 --- a/keygenthread.h +++ b/keygenthread.h @@ -22,6 +22,7 @@ #ifndef __KEYGENTHREAD_H__ #define __KEYGENTHREAD_H__ +#include "context.h" #include #include #include @@ -30,8 +31,6 @@ class QMessageBox; -#include "context.h" - class KeyGenThread : public QThread { Q_OBJECT -- cgit v1.2.3