diff options
Diffstat (limited to 'kaboodle/controls.h')
-rw-r--r-- | kaboodle/controls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaboodle/controls.h b/kaboodle/controls.h index 73916b6e..36bf4cb4 100644 --- a/kaboodle/controls.h +++ b/kaboodle/controls.h @@ -46,9 +46,9 @@ TQ_OBJECT public: L33tSlider(TQWidget * parent, const char * name=0); - L33tSlider(Qt::Orientation, TQWidget * parent, const char * name=0); + L33tSlider(TQt::Orientation, TQWidget * parent, const char * name=0); L33tSlider(int minValue, int maxValue, int pageStep, int value, - Qt::Orientation, TQWidget * parent, const char * name=0); + TQt::Orientation, TQWidget * parent, const char * name=0); bool currentlyPressed() const; signals: |