diff options
Diffstat (limited to 'editorpage.h')
-rw-r--r-- | editorpage.h | 2 |
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; |