aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.cpp
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 /fileencryptiondialog.cpp
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 'fileencryptiondialog.cpp')
-rwxr-xr-xfileencryptiondialog.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp
index 41c2639..c82d9ce 100755
--- a/fileencryptiondialog.cpp
+++ b/fileencryptiondialog.cpp
@@ -19,16 +19,6 @@
* MA 02110-1301, USA.
*/
-#include <QWidget>
-#include <QDialogButtonBox>
-#include <QLabel>
-#include <QPushButton>
-#include <QHBoxLayout>
-#include <QVBoxLayout>
-#include <QDebug>
-#include <QFileDialog>
-#include <QRadioButton>
-
#include "fileencryptiondialog.h"
FileEncryptionDialog::FileEncryptionDialog(GpgME::Context *ctx, QString iconPath, QStringList keyList, QWidget *parent)