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