summaryrefslogtreecommitdiffstats
path: root/noatun/modules/metatag/metatag.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/metatag/metatag.h')
-rw-r--r--noatun/modules/metatag/metatag.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/modules/metatag/metatag.h b/noatun/modules/metatag/metatag.h
index ff5c277f..4559edaf 100644
--- a/noatun/modules/metatag/metatag.h
+++ b/noatun/modules/metatag/metatag.h
@@ -6,12 +6,12 @@
#include <noatun/pref.h>
#include <noatuntags/tags.h>
-#include <qobject.h>
+#include <tqobject.h>
class KFileMetaInfo;
class KAction;
-class MetaTagLoader:public QObject, public Tags, public Plugin {
+class MetaTagLoader:public TQObject, public Tags, public Plugin {
Q_OBJECT
public:
MetaTagLoader();
@@ -22,7 +22,7 @@ class MetaTagLoader:public QObject, public Tags, public Plugin {
void editTag();
private:
- bool setProperty(KFileMetaInfo &info, PlaylistItem &item, const QString &key, const QString &property);
+ bool setProperty(KFileMetaInfo &info, PlaylistItem &item, const TQString &key, const TQString &property);
int menuID;
KAction *mAction;
};