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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/metatag/metatag.h b/noatun/modules/metatag/metatag.h
index af5ed015..43eb9f3c 100644
--- a/noatun/modules/metatag/metatag.h
+++ b/noatun/modules/metatag/metatag.h
@@ -9,7 +9,7 @@
#include <tqobject.h>
class KFileMetaInfo;
-class KAction;
+class TDEAction;
class MetaTagLoader:public TQObject, public Tags, public Plugin {
Q_OBJECT
@@ -25,7 +25,7 @@ class MetaTagLoader:public TQObject, public Tags, public Plugin {
private:
bool setProperty(KFileMetaInfo &info, PlaylistItem &item, const TQString &key, const TQString &property);
int menuID;
- KAction *mAction;
+ TDEAction *mAction;
};
#endif