summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/charlatan/userinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/charlatan/userinterface.h')
-rw-r--r--noatun-plugins/charlatan/userinterface.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/noatun-plugins/charlatan/userinterface.h b/noatun-plugins/charlatan/userinterface.h
index c6a4e06..05882d7 100644
--- a/noatun-plugins/charlatan/userinterface.h
+++ b/noatun-plugins/charlatan/userinterface.h
@@ -35,7 +35,7 @@ class QLabel;
* @author Rik Hemsley <rik@kde.org>
* @version 1.0
*/
-class Charlatan : public QWidget, public UserInterface
+class Charlatan : public TQWidget, public UserInterface
{
Q_OBJECT
@@ -44,7 +44,7 @@ class Charlatan : public QWidget, public UserInterface
Charlatan();
virtual ~Charlatan();
- void load(const QString & url);
+ void load(const TQString & url);
protected slots:
@@ -67,24 +67,24 @@ class Charlatan : public QWidget, public UserInterface
protected:
- virtual void mousePressEvent (QMouseEvent *);
- virtual void dragEnterEvent (QDragEnterEvent *);
- virtual void dropEvent (QDropEvent *);
- virtual void closeEvent (QCloseEvent *);
- virtual bool eventFilter (QObject *, QEvent *);
- virtual void wheelEvent (QWheelEvent *);
- virtual void setTitleText (const QString & = QString::null);
+ virtual void mousePressEvent (TQMouseEvent *);
+ virtual void dragEnterEvent (TQDragEnterEvent *);
+ virtual void dropEvent (TQDropEvent *);
+ virtual void closeEvent (TQCloseEvent *);
+ virtual bool eventFilter (TQObject *, TQEvent *);
+ virtual void wheelEvent (TQWheelEvent *);
+ virtual void setTitleText (const TQString & = TQString::null);
void loadConfig();
private:
- QToolButton * previousButton_;
- QToolButton * stopButton_;
- QToolButton * playButton_;
- QToolButton * nextButton_;
- QToolButton * playListToggleButton_;
- QToolButton * restartButton_;
+ TQToolButton * previousButton_;
+ TQToolButton * stopButton_;
+ TQToolButton * playButton_;
+ TQToolButton * nextButton_;
+ TQToolButton * playListToggleButton_;
+ TQToolButton * restartButton_;
Seeker * seekSlider_;
ScrollingLabel * titleLabel_;