summaryrefslogtreecommitdiffstats
path: root/testapp/plotwidget.h
diff options
context:
space:
mode:
authorRalf Engels <ralf.engels@nokia.com>2010-04-21 15:47:10 +0200
committerRalf Engels <ralf.engels@nokia.com>2010-04-21 15:47:10 +0200
commit70797dc1c4175f3b7da59e0ba7e4111690d2dafa (patch)
treeb60decfe44c5e111d636a553813065c6b15e591c /testapp/plotwidget.h
parent7a430d1ad9073ae1c2663be13a806460a8a5a90e (diff)
Maemo 5 fixes
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;