summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/torpedo.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/sub-attaq/torpedo.h')
-rw-r--r--examples/animation/sub-attaq/torpedo.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/examples/animation/sub-attaq/torpedo.h b/examples/animation/sub-attaq/torpedo.h
index 2e44e41..4a0f457 100644
--- a/examples/animation/sub-attaq/torpedo.h
+++ b/examples/animation/sub-attaq/torpedo.h
@@ -45,13 +45,8 @@
//Qt
#include <QtCore/QObject>
-#if defined(QT_EXPERIMENTAL_SOLUTION)
-# include "qvariantanimation.h"
-# include "qgraphicswidget.h"
-#else
-# include <QtCore/QVariantAnimation>
-# include <QtGui/QGraphicsWidget>
-#endif
+#include <QtCore/QVariantAnimation>
+#include <QtGui/QGraphicsWidget>
class PixmapItem;