summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/bomb.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/sub-attaq/bomb.h')
-rw-r--r--examples/animation/sub-attaq/bomb.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/examples/animation/sub-attaq/bomb.h b/examples/animation/sub-attaq/bomb.h
index 9191e6e..226d056 100644
--- a/examples/animation/sub-attaq/bomb.h
+++ b/examples/animation/sub-attaq/bomb.h
@@ -43,13 +43,8 @@
#define __BOMB__H__
//Qt
-#if defined(QT_EXPERIMENTAL_SOLUTION)
-# include "qanimationgroup.h"
-# include "qgraphicswidget.h"
-#else
-# include <QtGui/QGraphicsWidget>
-# include <QtCore/QAnimationGroup>
-#endif
+#include <QtGui/QGraphicsWidget>
+#include <QtCore/QAnimationGroup>
class PixmapItem;