summaryrefslogtreecommitdiff
path: root/libopie/otabwidget.h
authordrw <drw>2003-04-13 23:00:25 (UTC)
committer drw <drw>2003-04-13 23:00:25 (UTC)
commit377a172d8b497674d14d7e3580a008228f83d081 (patch) (side-by-side diff)
tree7a4fdb5986db9ce9b3b26c9c0b56ece9ec63a468 /libopie/otabwidget.h
parentf744559411664bc8c017bd642302ffe72dfbbb84 (diff)
downloadopie-377a172d8b497674d14d7e3580a008228f83d081.zip
opie-377a172d8b497674d14d7e3580a008228f83d081.tar.gz
opie-377a172d8b497674d14d7e3580a008228f83d081.tar.bz2
OTabWidget::getCurrentTab() is now OTabWidget::currentTab()
Diffstat (limited to 'libopie/otabwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/otabwidget.h7
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;