From db461ee046e63b7148174c40e05de76c5d7be31a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Oct 2012 19:48:40 +0300 Subject: Replace gcn::Button to Button in all classes. --- src/gui/widgets/tabbedarea.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/gui/widgets/tabbedarea.h') diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index b7e5f8154..bb354b7f8 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -185,7 +185,7 @@ class TabbedArea final : public gcn::ActionListener, typedef std::vector > TabContainer; /** The tab arrows */ - gcn::Button *mArrowButton[2]; + Button *mArrowButton[2]; /** Check whether the arrow should be clickable */ void updateArrowEnableState(); @@ -196,8 +196,6 @@ class TabbedArea final : public gcn::ActionListener, */ void updateTabsWidth(); - - Tab* mSelectedTab; gcn::Container* mTabContainer; @@ -210,10 +208,6 @@ class TabbedArea final : public gcn::ActionListener, bool mOpaque; - - - - /** * The overall width of all tab. */ @@ -230,8 +224,6 @@ class TabbedArea final : public gcn::ActionListener, */ int mVisibleTabsWidth; - - /** * The tab scroll index. When scrolling with the arrows, the tabs * must be displayed according to the current index. -- cgit v1.2.3-70-g09d2