From 8bb16c159066215bb8975be57b77885014e00054 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 12 Aug 2010 19:49:55 +0000 Subject: Qt3 compilation fix git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1162830 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqvariant.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qtinterface/tqvariant.cpp') diff --git a/qtinterface/tqvariant.cpp b/qtinterface/tqvariant.cpp index 981922e..23d24a5 100644 --- a/qtinterface/tqvariant.cpp +++ b/qtinterface/tqvariant.cpp @@ -22,10 +22,10 @@ Boston, MA 02110-1301, USA. #include #include -#include - #ifdef USE_QT4 +#include + // This is taken straight from #ifdef Q_CC_SUN // Sun CC picks the wrong overload, so introduce awful hack @@ -126,4 +126,4 @@ QColor QVariant::asColor() { return toColor(); } -#endif // USE_QT4 \ No newline at end of file +#endif // USE_QT4 -- cgit v1.2.3