aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/follow_stream_dialog.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-09-09 20:33:09 +0000
committerJörg Mayer <jmayer@loplof.de>2013-09-09 20:33:09 +0000
commit0a203701696e454af9291f99c8db2a30754ac335 (patch)
tree8a49eaf873c5691712c734a268112c70f88717c8 /ui/qt/follow_stream_dialog.h
parent1d095d1b564cbbdd4c7809cd83c03d1edf2792ae (diff)
Make follow_stream_dialog.h compile.
Question: Should all this stuff really be included in the .h file or in the .cpp file(s)? svn path=/trunk/; revision=51891
Diffstat (limited to 'ui/qt/follow_stream_dialog.h')
-rw-r--r--ui/qt/follow_stream_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/follow_stream_dialog.h b/ui/qt/follow_stream_dialog.h
index c977f0cfa6..7b32b6f5f4 100644
--- a/ui/qt/follow_stream_dialog.h
+++ b/ui/qt/follow_stream_dialog.h
@@ -26,6 +26,10 @@
#include <QDialog>
#include <QMessageBox>
+#include <QPushButton>
+#include <QPrinter>
+#include <QPrintDialog>
+#include <QInputDialog>
#include <unistd.h>