From 377a172d8b497674d14d7e3580a008228f83d081 Mon Sep 17 00:00:00 2001 From: drw Date: Sun, 13 Apr 2003 23:00:25 +0000 Subject: OTabWidget::getCurrentTab() is now OTabWidget::currentTab() --- (limited to 'libopie/otabwidget.h') 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; -- cgit v0.9.0.2