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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/animation/sub-attaq/torpedo.h b/examples/animation/sub-attaq/torpedo.h
index 33bbc04..2e44e41 100644
--- a/examples/animation/sub-attaq/torpedo.h
+++ b/examples/animation/sub-attaq/torpedo.h
@@ -43,13 +43,13 @@
#define __TORPEDO__H__
//Qt
-#include <QObject>
+#include <QtCore/QObject>
#if defined(QT_EXPERIMENTAL_SOLUTION)
# include "qvariantanimation.h"
# include "qgraphicswidget.h"
#else
-# include <QVariantAnimation>
+# include <QtCore/QVariantAnimation>
# include <QtGui/QGraphicsWidget>
#endif