diff options
Diffstat (limited to 'juk/slideraction.h')
-rw-r--r-- | juk/slideraction.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/juk/slideraction.h b/juk/slideraction.h index 1c38c0a5..7bdc556f 100644 --- a/juk/slideraction.h +++ b/juk/slideraction.h @@ -24,16 +24,16 @@ class TQDockWindow; class VolumeSlider : public TQSlider { - Q_OBJECT + TQ_OBJECT public: - VolumeSlider(Qt::Orientation o, TQWidget *parent, const char *name); + VolumeSlider(TQt::Orientation o, TQWidget *parent, const char *name); int volume() const; void setVolume(int value); - void setOrientation(Qt::Orientation o); + void setOrientation(TQt::Orientation o); signals: void signalVolumeChanged(int value); @@ -48,7 +48,7 @@ private slots: class SliderAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: |