summaryrefslogtreecommitdiffstats
path: root/testapp/plotwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/plotwidget.h')
-rw-r--r--testapp/plotwidget.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/testapp/plotwidget.h b/testapp/plotwidget.h
index 80e76ad..12fefe3 100644
--- a/testapp/plotwidget.h
+++ b/testapp/plotwidget.h
@@ -42,7 +42,11 @@
#ifndef PLOTWIDGET_H
#define PLOTWIDGET_H
-#include <QtGui>
+#include <QWidget>
+#include <QPointF>
+
+class QPushButton;
+class QLabel;
class QKineticScroller;