aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-xfileencryptiondialog.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h
index bba1280..38d1da7 100755
--- a/fileencryptiondialog.h
+++ b/fileencryptiondialog.h
@@ -22,13 +22,21 @@
#ifndef __FILEENCRYPTIONDIALOG_H__
#define __FILEENCRYPTIONDIALOG_H__
-#include <QDialog>
-#include <QLineEdit>
-#include <QRadioButton>
-
#include "context.h"
#include "keylist.h"
+class QDialog;
+class QLineEdit;
+class QWidget;
+class QDialogButtonBox;
+class QLabel;
+class QPushButton;
+class QHBoxLayout;
+class QVBoxLayout;
+class QDebug;
+class QFileDialog;
+class QRadioButton;
+
class FileEncryptionDialog : public QDialog
{
Q_OBJECT