summaryrefslogtreecommitdiffstats
path: root/kscd/docking.h
diff options
context:
space:
mode:
Diffstat (limited to 'kscd/docking.h')
-rw-r--r--kscd/docking.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kscd/docking.h b/kscd/docking.h
index bb6434d0..52fceebd 100644
--- a/kscd/docking.h
+++ b/kscd/docking.h
@@ -30,11 +30,11 @@
#define _DOCKING_H_
#include <stdio.h>
-#include <qapplication.h>
-#include <qpixmap.h>
-#include <qtimer.h>
-#include <qpopupmenu.h>
-#include <qpoint.h>
+#include <tqapplication.h>
+#include <tqpixmap.h>
+#include <tqtimer.h>
+#include <tqpopupmenu.h>
+#include <tqpoint.h>
#include <kdockwindow.h>
class KSCD;
@@ -52,21 +52,21 @@ public:
~DockWidget();
public slots:
- void setToolTip(const QString& text);
- void createPopup(const QString& songName, bool addButtons = true);
+ void setToolTip(const TQString& text);
+ void createPopup(const TQString& songName, bool addButtons = true);
private:
- virtual void wheelEvent( QWheelEvent *e);
+ virtual void wheelEvent( TQWheelEvent *e);
KPassivePopup* m_popup;
KAction* m_forwardAction;
KAction* m_backAction;
- QPixmap m_backPix;
- QPixmap m_forwardPix;
+ TQPixmap m_backPix;
+ TQPixmap m_forwardPix;
- QString tip;
+ TQString tip;
};
#endif