aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-xkeymgmt.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/keymgmt.h b/keymgmt.h
index 2d08edc..426d120 100755
--- a/keymgmt.h
+++ b/keymgmt.h
@@ -22,6 +22,12 @@
#ifndef __KEYMGMT_H__
#define __KEYMGMT_H__
+#include "context.h"
+#include "keylist.h"
+#include "keygenthread.h"
+#include "keydetailsdialog.h"
+#include "keyserverimportdialog.h"
+#include <QtGui>
class QMainWindow;
class QWidget;
@@ -36,12 +42,6 @@ class QMenu;
class QApplication;
class QSlider;
-#include "context.h"
-#include "keylist.h"
-#include "keygenthread.h"
-#include "keydetailsdialog.h"
-#include "keyserverimportdialog.h"
-
class KeyMgmt : public QMainWindow
{
Q_OBJECT