aboutsummaryrefslogtreecommitdiffstats
path: root/attachments.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-09-13 19:08:40 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-09-13 19:08:40 +0000
commitd6aa93e9c3d1f9c58d01e8151a887312494bd4d8 (patch)
treea43d86bd9d422fe15c8cb482b3a32822d13793f1 /attachments.h
parentno need for else now ;-) (diff)
downloadgpg4usb-d6aa93e9c3d1f9c58d01e8151a887312494bd4d8.tar.gz
gpg4usb-d6aa93e9c3d1f9c58d01e8151a887312494bd4d8.zip
moved the include entries from cpp to header files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@163 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'attachments.h')
-rw-r--r--attachments.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/attachments.h b/attachments.h
index 4813b8f..8a1043d 100644
--- a/attachments.h
+++ b/attachments.h
@@ -22,6 +22,11 @@
#ifndef __ATTACHMENTS_H__
#define __ATTACHMENTS_H__
+#include <QVBoxLayout>
+#include <QDebug>
+#include <QFileDialog>
+#include <QMessageBox>
+#include <iostream>
#include <QListWidget>
#include <QWidget>
#include <QAction>