Fix qt-only build

This commit is contained in:
craig
2011-11-30 17:12:00 +00:00
committed by craig
parent 51955dcf6c
commit 0047846239
20 changed files with 1872 additions and 60 deletions

View File

@@ -222,7 +222,7 @@ Song MPDParseUtils::parseSong(const QByteArray &data)
#ifdef ENABLE_KDE_SUPPORT
song.genre = i18n("Unknown");
#else
song.genre = tr("Unknown");
song.genre = "Unknown";
#endif
}