summaryrefslogtreecommitdiffstats
path: root/noatun/modules/excellent/userinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/excellent/userinterface.h')
-rw-r--r--noatun/modules/excellent/userinterface.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/noatun/modules/excellent/userinterface.h b/noatun/modules/excellent/userinterface.h
index 588db6e4..7b30bd93 100644
--- a/noatun/modules/excellent/userinterface.h
+++ b/noatun/modules/excellent/userinterface.h
@@ -54,16 +54,16 @@ Q_OBJECT
public:
Excellent();
virtual ~Excellent();
- void load(const QString& url);
+ void load(const TQString& url);
protected:
- virtual void showEvent(QShowEvent *);
- virtual void hideEvent(QHideEvent *);
- virtual void closeEvent(QCloseEvent *);
- virtual void dragEnterEvent(QDragEnterEvent *);
- virtual void dropEvent(QDropEvent *);
- void wheelEvent(QWheelEvent *e);
- bool eventFilter(QObject *o, QEvent *e);
+ virtual void showEvent(TQShowEvent *);
+ virtual void hideEvent(TQHideEvent *);
+ virtual void closeEvent(TQCloseEvent *);
+ virtual void dragEnterEvent(TQDragEnterEvent *);
+ virtual void dropEvent(TQDropEvent *);
+ void wheelEvent(TQWheelEvent *e);
+ bool eventFilter(TQObject *o, TQEvent *e);
public slots:
void slotPlaying();
@@ -85,17 +85,17 @@ private slots:
void changeStatusbar(void);
void changeVolume(int);
- void handleLengthString(const QString &text);
+ void handleLengthString(const TQString &text);
private:
void growVolumeControl(void);
void shrinkVolumeControl(void);
- QHBox *mainFrame;
+ TQHBox *mainFrame;
KToggleAction *volumeAction, *menubarAction;
L33tSlider *volumeSlider, *slider;
- QLabel *elapsed, *total;
+ TQLabel *elapsed, *total;
};
#endif