diff options
Diffstat (limited to 'kdeui/ktabctl.h')
-rw-r--r-- | kdeui/ktabctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/ktabctl.h b/kdeui/ktabctl.h index b9da0cfcc..7bcf5b3bf 100644 --- a/kdeui/ktabctl.h +++ b/kdeui/ktabctl.h @@ -61,7 +61,7 @@ public: bool isTabEnabled(const TQString& ); void setTabEnabled(const TQString&, bool); void setBorder(bool); - void setShape( TQTabBar::Shape tqshape ); + void setShape( TQTabBar::Shape shape ); virtual TQSize sizeHint() const; protected: |