diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-05-19 15:31:47 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-05-19 16:09:24 (GMT) |
commit | b2302dcc101fcef3c2841e9bd47790332e1cd4c2 (patch) | |
tree | 0475e65bc31743aee29793bcf1645be76c5800bc /src/corelib/animation/qsequentialanimationgroup.h | |
parent | 91803020462b7e42128644bdd9ed1d3455787f79 (diff) | |
download | Qt-b2302dcc101fcef3c2841e9bd47790332e1cd4c2.zip Qt-b2302dcc101fcef3c2841e9bd47790332e1cd4c2.tar.gz Qt-b2302dcc101fcef3c2841e9bd47790332e1cd4c2.tar.bz2 |
Removing QT_EXPERIMENTAL_SOLUTION from the animation api
Diffstat (limited to 'src/corelib/animation/qsequentialanimationgroup.h')
-rw-r--r-- | src/corelib/animation/qsequentialanimationgroup.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/corelib/animation/qsequentialanimationgroup.h b/src/corelib/animation/qsequentialanimationgroup.h index 4c52d1b..4701a76 100644 --- a/src/corelib/animation/qsequentialanimationgroup.h +++ b/src/corelib/animation/qsequentialanimationgroup.h @@ -42,11 +42,7 @@ #ifndef QSEQUENTIALANIMATIONGROUP_H #define QSEQUENTIALANIMATIONGROUP_H -#if defined(QT_EXPERIMENTAL_SOLUTION) -# include "qanimationgroup.h" -#else -# include <QtCore/qanimationgroup.h> -#endif +#include <QtCore/qanimationgroup.h> QT_BEGIN_HEADER |