diff options
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-x | fileencryptiondialog.h | 16 |
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 |