summaryrefslogtreecommitdiffstats
path: root/kicker-applets/mediacontrol/simplebutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/mediacontrol/simplebutton.h')
-rw-r--r--kicker-applets/mediacontrol/simplebutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker-applets/mediacontrol/simplebutton.h b/kicker-applets/mediacontrol/simplebutton.h
index b3ab442..7243d50 100644
--- a/kicker-applets/mediacontrol/simplebutton.h
+++ b/kicker-applets/mediacontrol/simplebutton.h
@@ -34,7 +34,7 @@ class KDE_EXPORT SimpleButton : public TQButton
public:
SimpleButton(TQWidget *parent, const char *name = 0);
void setPixmap(const TQPixmap &pix);
- void setOrientation(Qt::Orientation orientaton);
+ void setOrientation(TQt::Orientation orientaton);
TQSize sizeHint() const;
TQSize minimumSizeHint() const;
@@ -56,7 +56,7 @@ class KDE_EXPORT SimpleButton : public TQButton
TQPixmap m_normalIcon;
TQPixmap m_activeIcon;
TQPixmap m_disabledIcon;
- Qt::Orientation m_orientation;
+ TQt::Orientation m_orientation;
class SimpleButtonPrivate;
SimpleButtonPrivate* d;
};