aboutsummaryrefslogtreecommitdiffstats
path: root/editorpage.h
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 /editorpage.h
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 'editorpage.h')
-rw-r--r--editorpage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editorpage.h b/editorpage.h
index ada38eb..c0ae255 100644
--- a/editorpage.h
+++ b/editorpage.h
@@ -21,7 +21,9 @@
#ifndef EDITORPAGE_H
#define EDITORPAGE_H
+
#include <QPlainTextEdit>
+#include <QtGui>
class QVBoxLayout;
class QHBoxLayout;