than JuK, most of which still use Qt 3. If you want to fix the defines to check for the version
that's fine. I'm not too worried about it since the code still works with Qt 4.
CCMAIL:Tim Beaulen <tbscope@gmail.com>
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@595794
283d02a7-25f6-0310-bc7c-
ecb5cbfe19da
*
* Converts a TagLib::String to a QString without a requirement to link to Qt.
*/
-#define QStringToTString(s) TagLib::String(s.toUtf8().data(), TagLib::String::UTF8)
+#define QStringToTString(s) TagLib::String(s.utf8().data(), TagLib::String::UTF8)
/*!
* \relates TagLib::String