aboutsummaryrefslogtreecommitdiffstats
path: root/keydetailsdialog.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-27 13:41:14 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-27 13:41:14 +0000
commit9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073 (patch)
treef7d69a78c827261d6298d19daa685072b7ab14ba /keydetailsdialog.h
parentumlaute are handled correctly while signing (diff)
downloadgpg4usb-9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073.tar.gz
gpg4usb-9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073.zip
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
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r--keydetailsdialog.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h
index f15df48..f1150ed 100644
--- a/keydetailsdialog.h
+++ b/keydetailsdialog.h
@@ -22,6 +22,9 @@
#ifndef __KEYDETAILSDIALOG_H__
#define __KEYDETAILSDIALOG_H__
+#include "context.h"
+#include <gpgme.h>
+
class QDateTime;
class QVBoxLayout;
class QDialogButtonBox;
@@ -31,10 +34,6 @@ class QLabel;
class QGridLayout;
class QPushButton;
-#include "context.h"
-
-#include <gpgme.h>
-
class KeyDetailsDialog : public QDialog
{
Q_OBJECT