summaryrefslogtreecommitdiffstats
path: root/kicker-applets/mediacontrol/playerInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/mediacontrol/playerInterface.h')
-rw-r--r--kicker-applets/mediacontrol/playerInterface.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kicker-applets/mediacontrol/playerInterface.h b/kicker-applets/mediacontrol/playerInterface.h
index aa4701e..4d7fa7c 100644
--- a/kicker-applets/mediacontrol/playerInterface.h
+++ b/kicker-applets/mediacontrol/playerInterface.h
@@ -18,8 +18,8 @@
#ifndef PLAYERINTERFACE_H
#define PLAYERINTERFACE_H
-#include <qobject.h>
-#include <qdragobject.h>
+#include <tqobject.h>
+#include <tqdragobject.h>
class PlayerInterface : public QObject
{
@@ -41,12 +41,12 @@ class PlayerInterface : public QObject
virtual void prev()=0;
virtual void volumeUp()=0;
virtual void volumeDown()=0;
- virtual void dragEnterEvent(QDragEnterEvent* event)=0;
- virtual void dropEvent(QDropEvent* event)=0;
- virtual const QString getTrackTitle() const=0;
+ virtual void dragEnterEvent(TQDragEnterEvent* event)=0;
+ virtual void dropEvent(TQDropEvent* event)=0;
+ virtual const TQString getTrackTitle() const=0;
virtual int playingStatus()=0;
- void startPlayer(const QString &desktopname);
+ void startPlayer(const TQString &desktopname);
signals:
void newSliderPosition(int, int);