summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/easing
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-05-20 12:05:47 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-05-20 12:05:47 (GMT)
commit5504a102e9f608fed7377332b8de7b823cf22b85 (patch)
tree89d08ac45fd0ef618e28473958ae8bdcaa4d54b3 /src/3rdparty/easing
parentee550f157d4c9ca7816a75ac344d1c32eaf1f2b1 (diff)
downloadQt-5504a102e9f608fed7377332b8de7b823cf22b85.zip
Qt-5504a102e9f608fed7377332b8de7b823cf22b85.tar.gz
Qt-5504a102e9f608fed7377332b8de7b823cf22b85.tar.bz2
compile when using qt namespace
Diffstat (limited to 'src/3rdparty/easing')
-rw-r--r--src/3rdparty/easing/easing.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/easing/easing.cpp b/src/3rdparty/easing/easing.cpp
index 5bd3997..81af40f 100644
--- a/src/3rdparty/easing/easing.cpp
+++ b/src/3rdparty/easing/easing.cpp
@@ -26,6 +26,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
#define M_PI_2 (M_PI / 2)
#endif
+QT_USE_NAMESPACE
/**
* Easing equation function for a simple linear tweening, with no easing.