diff options
Diffstat (limited to 'kicker-applets/mediacontrol/xmmsInterface.h')
-rw-r--r-- | kicker-applets/mediacontrol/xmmsInterface.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kicker-applets/mediacontrol/xmmsInterface.h b/kicker-applets/mediacontrol/xmmsInterface.h index ca514b2..34db157 100644 --- a/kicker-applets/mediacontrol/xmmsInterface.h +++ b/kicker-applets/mediacontrol/xmmsInterface.h @@ -25,7 +25,7 @@ #define XMMSINTERFACE_H #include "playerInterface.h" -#include <qtimer.h> +#include <tqtimer.h> class XmmsInterface : public PlayerInterface { @@ -45,13 +45,13 @@ class XmmsInterface : public PlayerInterface virtual void prev(); virtual void volumeUp(); virtual void volumeDown(); - virtual void dragEnterEvent(QDragEnterEvent* event); - virtual void dropEvent(QDropEvent* event); - virtual const QString getTrackTitle() const; + virtual void dragEnterEvent(TQDragEnterEvent* event); + virtual void dropEvent(TQDropEvent* event); + virtual const TQString getTrackTitle() const; virtual int playingStatus(); private: - QTimer *xmms_timer; + TQTimer *xmms_timer; int timervalue; bool bStartingXMMS; }; |