summaryrefslogtreecommitdiffstats
path: root/examples/animation/easing
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-05-19 17:31:47 +0200
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-05-19 18:09:24 +0200
commitb2302dcc101fcef3c2841e9bd47790332e1cd4c2 (patch)
tree0475e65bc31743aee29793bcf1645be76c5800bc /examples/animation/easing
parent91803020462b7e42128644bdd9ed1d3455787f79 (diff)
Removing QT_EXPERIMENTAL_SOLUTION from the animation api
Diffstat (limited to 'examples/animation/easing')
-rw-r--r--examples/animation/easing/animation.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/animation/easing/animation.h b/examples/animation/easing/animation.h
index c9472e1a56..d4d699d717 100644
--- a/examples/animation/easing/animation.h
+++ b/examples/animation/easing/animation.h
@@ -44,11 +44,7 @@
#include <QtGui>
-#if defined(QT_EXPERIMENTAL_SOLUTION)
-# include "qpropertyanimation.h"
-#else
-# include <QtCore/qpropertyanimation.h>
-#endif
+#include <QtCore/qpropertyanimation.h>
class Animation : public QPropertyAnimation {
public: