summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/boat.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/sub-attaq/boat.h')
-rw-r--r--examples/animation/sub-attaq/boat.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/animation/sub-attaq/boat.h b/examples/animation/sub-attaq/boat.h
index 44de367..b28cf20 100644
--- a/examples/animation/sub-attaq/boat.h
+++ b/examples/animation/sub-attaq/boat.h
@@ -43,10 +43,8 @@
#define __BOAT__H__
//Qt
-#include <QObject>
-#include <QKeyEvent>
-
-#include <QDebug>
+#include <QtCore/QObject>
+#include <QtGui/QKeyEvent>
#if defined(QT_EXPERIMENTAL_SOLUTION)
# include "qtgraphicswidget.h"