From 9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 27 Aug 2011 13:41:14 +0000 Subject: 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 --- fileencryptiondialog.h | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'fileencryptiondialog.h') 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 -#include -#include - #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 -- cgit v1.2.3