From 41b1d53a0144afe4c31425c18af25c2d6ade881b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:57:02 -0600 Subject: Remove additional unneeded tq method conversions (cherry picked from commit a51cd9949c4e6c726a84a61de3cfadd30cefb5c7) --- kdeui/ktabctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdeui/ktabctl.h') 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: -- cgit v1.2.1