Qt3 compilation fix

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1162830 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 4aaf3695f5
commit 8bb16c1590

@ -22,10 +22,10 @@ Boston, MA 02110-1301, USA.
#include <tqt.h>
#include <tqvariant.h>
#include <Qt/qbitmap.h>
#ifdef USE_QT4
#include <Qt/qbitmap.h>
// This is taken straight from <private/qvariant_p.h>
#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
#endif // USE_QT4

Loading…
Cancel
Save