summaryrefslogtreecommitdiffstats
path: root/src/gui/animation
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-04-21 12:06:22 +0200
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-04-22 09:30:14 +0200
commit6504e06561b9127eb6179b5a5deb8f6cd1fff491 (patch)
tree1a89b8d9141e9688f033b90e90d808ed23f1a7ba /src/gui/animation
parent3f39c3380f97339a1ffb9d13d7b184a8315d3821 (diff)
Fixes for solution package.
Diffstat (limited to 'src/gui/animation')
-rw-r--r--src/gui/animation/qguivariantanimation.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/animation/qguivariantanimation.cpp b/src/gui/animation/qguivariantanimation.cpp
index 46ba251924..ed18caa13a 100644
--- a/src/gui/animation/qguivariantanimation.cpp
+++ b/src/gui/animation/qguivariantanimation.cpp
@@ -41,8 +41,6 @@
#ifndef QT_NO_ANIMATION
-QT_BEGIN_NAMESPACE
-
#ifdef QT_EXPERIMENTAL_SOLUTION
# include "qvariantanimation.h"
# include "qvariantanimation_p.h"
@@ -51,6 +49,9 @@ QT_BEGIN_NAMESPACE
#include <private/qvariantanimation_p.h>
#endif
+#include <QtGui/qcolor.h>
+
+QT_BEGIN_NAMESPACE
template<> Q_INLINE_TEMPLATE QColor _q_interpolate(const QColor &f,const QColor &t, qreal progress)
{