summaryrefslogtreecommitdiffstats
path: root/juk/playermanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/playermanager.h')
-rw-r--r--juk/playermanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/juk/playermanager.h b/juk/playermanager.h
index c23c0752..3b384762 100644
--- a/juk/playermanager.h
+++ b/juk/playermanager.h
@@ -33,6 +33,7 @@ class PlaylistInterface;
class PlayerManager : public Player, public PlayerIface
{
Q_OBJECT
+ TQ_OBJECT
protected:
PlayerManager();
@@ -61,7 +62,7 @@ public:
TQString randomPlayMode() const;
- static KSelectAction *playerSelectAction(TQObject *parent);
+ static KSelectAction *playerSelectAction(TQObject *tqparent);
public slots: