diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-18 16:16:04 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-18 16:16:04 +0000 |
commit | 11467cf282e752ebc9ec6c782b0f44f1816c6734 (patch) | |
tree | c4ac35192fb121f8d2b570ef328d2549eb87ea5e /gpgwin.h | |
parent | added file containing class dependency diagram created with yed (diff) | |
download | gpg4usb-11467cf282e752ebc9ec6c782b0f44f1816c6734.tar.gz gpg4usb-11467cf282e752ebc9ec6c782b0f44f1816c6734.zip |
cleaned up class dependencies
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@537 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -22,18 +22,12 @@ #ifndef __GPGWIN_H__ #define __GPGWIN_H__ -#include "context.h" -#include "keylist.h" #include "attachments.h" -#include "mime.h" #include "keymgmt.h" -#include "keydetailsdialog.h" #include "textedit.h" -#include "keyserverimportdialog.h" #include "fileencryptiondialog.h" #include "settingsdialog.h" #include "verifynotification.h" -#include "verifydetailsdialog.h" QT_BEGIN_NAMESPACE class QMainWindow; |