summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/kplayerslideraction.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/kplayerslideraction.h')
-rw-r--r--umbrello/umbrello/kplayerslideraction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/kplayerslideraction.h b/umbrello/umbrello/kplayerslideraction.h
index e77c1b4e..40b73e50 100644
--- a/umbrello/umbrello/kplayerslideraction.h
+++ b/umbrello/umbrello/kplayerslideraction.h
@@ -31,7 +31,7 @@ class KPlayerSlider : public TQSlider
public:
/** The KPlayerSlider constructor. Parameters are passed on to TQSlider.
*/
- explicit KPlayerSlider (Qt::Orientation, TQWidget* parent = 0, const char* name = 0);
+ explicit KPlayerSlider (TQt::Orientation, TQWidget* parent = 0, const char* name = 0);
/** The KPlayerSlider destructor. Does nothing.
*/
virtual ~KPlayerSlider();
@@ -79,7 +79,7 @@ public:
void setup (int minValue, int maxValue, int value, int pageStep, int lineStep = 1);
/** Sets the slider orientation.
*/
- virtual void setOrientation (Qt::Orientation);
+ virtual void setOrientation (TQt::Orientation);
signals:
/** Emitted when the slider value changes.
@@ -195,7 +195,7 @@ public:
protected slots:
/** Changes the slider orientation when the toolbar orientation changes.
*/
- void orientationChanged (Qt::Orientation);
+ void orientationChanged (TQt::Orientation);
protected:
/** The slider.