diff options
Diffstat (limited to 'noatun/modules/winskin/fileInfo.cpp')
-rw-r--r-- | noatun/modules/winskin/fileInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/winskin/fileInfo.cpp b/noatun/modules/winskin/fileInfo.cpp index 69f93215..6e721cd9 100644 --- a/noatun/modules/winskin/fileInfo.cpp +++ b/noatun/modules/winskin/fileInfo.cpp @@ -1,14 +1,14 @@ #include <noatun/app.h> #include <noatun/playlist.h> -#include <qstring.h> +#include <tqstring.h> #include <kfilemetainfo.h> #include "fileInfo.h" fileInfo::fileInfo(const PlaylistItem &item) { - QString prop; + TQString prop; prop = item.property("bitrate"); if (prop.isNull()) |