diff options
Diffstat (limited to 'examples/animation/easing/animation.h')
-rw-r--r-- | examples/animation/easing/animation.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/animation/easing/animation.h b/examples/animation/easing/animation.h index c9472e1..d4d699d 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: |