diff options
Diffstat (limited to 'kicker-applets/mediacontrol/jukInterface.h')
-rw-r--r-- | kicker-applets/mediacontrol/jukInterface.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kicker-applets/mediacontrol/jukInterface.h b/kicker-applets/mediacontrol/jukInterface.h index fb7f9bb..f305ab0 100644 --- a/kicker-applets/mediacontrol/jukInterface.h +++ b/kicker-applets/mediacontrol/jukInterface.h @@ -23,7 +23,7 @@ #include <kapplication.h> #include <dcopclient.h> -#include <qtimer.h> +#include <tqtimer.h> class QProcess; @@ -45,22 +45,22 @@ class JuKInterface : 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 ); void jukIsReady(); private: - QTimer *mJuKTimer; - QProcess *mProc; + TQTimer *mJuKTimer; + TQProcess *mProc; int mTimerValue; - QCString mAppId; + TQCString mAppId; /** * Tries to find a DCOP registered instance of juk |