summaryrefslogtreecommitdiffstats
path: root/noatun/modules/kjofol-skin/kjloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/kjofol-skin/kjloader.h')
-rw-r--r--noatun/modules/kjofol-skin/kjloader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noatun/modules/kjofol-skin/kjloader.h b/noatun/modules/kjofol-skin/kjloader.h
index 6fec9f05..94ab729a 100644
--- a/noatun/modules/kjofol-skin/kjloader.h
+++ b/noatun/modules/kjofol-skin/kjloader.h
@@ -33,6 +33,7 @@ class KJPrefs;
class KJLoader : public TQWidget, public UserInterface, public Parser
{
Q_OBJECT
+ TQ_OBJECT
NOATUNPLUGIND
friend class KJWidget;
@@ -43,7 +44,7 @@ public:
public:
void minimize();
KHelpMenu *helpMenu() const { return mHelpMenu; }
- TQStringList &item(const TQString &key) { return *Parser::find(key); }
+ TQStringList &item(const TQString &key) { return *Parser::tqfind(key); }
// returns path to currently loaded configfile
// can be either a newly loaded one or one of the three below