diff options
Diffstat (limited to 'kicker-applets/mediacontrol/noatunInterface.h')
-rw-r--r-- | kicker-applets/mediacontrol/noatunInterface.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kicker-applets/mediacontrol/noatunInterface.h b/kicker-applets/mediacontrol/noatunInterface.h index 99191b5..36fa21c 100644 --- a/kicker-applets/mediacontrol/noatunInterface.h +++ b/kicker-applets/mediacontrol/noatunInterface.h @@ -23,7 +23,7 @@ #include <kapplication.h> #include <dcopclient.h> -#include <qtimer.h> +#include <tqtimer.h> class NoatunInterface : public PlayerInterface { @@ -43,19 +43,19 @@ class NoatunInterface : public PlayerInterface void prev(); void volumeUp(); void volumeDown(); - void dragEnterEvent(QDragEnterEvent* event); - void dropEvent(QDropEvent* event); - const QString getTrackTitle() const; - void appRegistered(const QCString &appId); - void appRemoved(const QCString &appId); + void dragEnterEvent(TQDragEnterEvent* event); + void dropEvent(TQDropEvent* event); + const TQString getTrackTitle() const; + void appRegistered(const TQCString &appId); + void appRemoved(const TQCString &appId); int playingStatus(); void myInit(void); private: - QTimer *mNoatunTimer; + TQTimer *mNoatunTimer; int mTimerValue; - QCString mAppId; + TQCString mAppId; /** * Tries to find a DCOP registered instance of Noatun |