use QT_VERSION_CHECK correctly

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@769946 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
André Wöbbeking
2008-02-02 13:19:35 +00:00
parent 64bf7d9ce4
commit c7bf095371

View File

@ -49,7 +49,7 @@
#if defined(QT_VERSION_CHECK)
# if QT_VERSION_CHECK(4, 0, 0)
# if (QT_VERSION >= QT_VERSION_CHECK(4, 0, 0))
# undef QStringToTSTring
# undef TStringToQString
# define QStringToTString(s) TagLib::String(s.toStdWString())