-rw-r--r-- | libopie/otabwidget.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libopie/otabwidget.h b/libopie/otabwidget.h index 23fe774..bcd9a85 100644 --- a/libopie/otabwidget.h +++ b/libopie/otabwidget.h @@ -195,11 +195,10 @@ public: QSize sizeHint() const; /** - * @fn getCurrentTab( ) + * @fn currentTab( ) * @brief returns current tab id. */ - //FIXME TT coding style currentTab() -zecke - int getCurrentTab(); + int currentTab(); protected: @@ -212,7 +211,7 @@ protected: private: OTabInfoList tabs; - OTabInfo *currentTab; + OTabInfo *currTab; TabStyle tabBarStyle; TabPosition tabBarPosition; |