summaryrefslogtreecommitdiffstats
path: root/tests/manual/repaint/shared
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-21 15:19:40 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-22 19:52:26 +0100
commit37842c2fdb10b8802cae7ebeead7d4e356251053 (patch)
tree01b805e009ecee542cf0c391c2a484315ce6c4a9 /tests/manual/repaint/shared
parent4e07286a30fb58321f46a9fd0e0033f06bf9eb4d (diff)
Compile most manual tests with Qt 4.
Replace <QtWidgets> includes by class includes, remove tests that do not compile. Change-Id: I52837e8c567dc8ac365c7d43c37beb9a368f6f72 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/manual/repaint/shared')
-rw-r--r--tests/manual/repaint/shared/shared.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/manual/repaint/shared/shared.h b/tests/manual/repaint/shared/shared.h
index 8cc5a61aca..8550e6e907 100644
--- a/tests/manual/repaint/shared/shared.h
+++ b/tests/manual/repaint/shared/shared.h
@@ -39,7 +39,11 @@
**
****************************************************************************/
-#include <QtWidgets>
+#include <QWidget>
+#include <QPainter>
+#include <QMouseEvent>
+#include <QDebug>
+
class StaticWidget : public QWidget
{
Q_OBJECT