summaryrefslogtreecommitdiffstats
path: root/kicker-applets/mediacontrol/noatunInterface.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:22:56 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:22:56 +0000
commit7346aee26bf190a7e70333c40fab4caca847cd27 (patch)
tree4b019b434f88dcc3eeaafe1d3f26240b4c4718e8 /kicker-applets/mediacontrol/noatunInterface.h
parent23a3d3aa5b44cbdf305495919866d9dbf4f6da54 (diff)
downloadtdeaddons-7346aee26bf190a7e70333c40fab4caca847cd27.tar.gz
tdeaddons-7346aee26bf190a7e70333c40fab4caca847cd27.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1157634 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker-applets/mediacontrol/noatunInterface.h')
-rw-r--r--kicker-applets/mediacontrol/noatunInterface.h16
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