diff options
Diffstat (limited to 'src/ciwidgetmgr.h')
-rw-r--r-- | src/ciwidgetmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ciwidgetmgr.h b/src/ciwidgetmgr.h index f92a877..923567c 100644 --- a/src/ciwidgetmgr.h +++ b/src/ciwidgetmgr.h @@ -50,7 +50,7 @@ public: /** * Adds a slider with the given id and values to the position */ - Slider* addSlider( const TQString &id, int minValue, int maxValue, int pageStep, int value, Qt::Orientation orientation, const TQRect & pos ); + Slider* addSlider( const TQString &id, int minValue, int maxValue, int pageStep, int value, TQt::Orientation orientation, const TQRect & pos ); /** * Essentially the same as addDisplayText, but displays a button with * text on it. The virtual functions buttonPressed( const TQString &id ) and |