diff options
Diffstat (limited to 'kicker-applets/mediacontrol/noatunInterface.h')
-rw-r--r-- | kicker-applets/mediacontrol/noatunInterface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kicker-applets/mediacontrol/noatunInterface.h b/kicker-applets/mediacontrol/noatunInterface.h index 36fa21c..64f9ab9 100644 --- a/kicker-applets/mediacontrol/noatunInterface.h +++ b/kicker-applets/mediacontrol/noatunInterface.h @@ -28,6 +28,7 @@ class NoatunInterface : public PlayerInterface { Q_OBJECT + TQ_OBJECT public: NoatunInterface(); ~NoatunInterface(); @@ -48,7 +49,7 @@ class NoatunInterface : public PlayerInterface const TQString getTrackTitle() const; void appRegistered(const TQCString &appId); void appRemoved(const TQCString &appId); - int playingStatus(); + int playingtqStatus(); void myInit(void); |