summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-15 01:06:24 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-15 01:06:24 +0200
commite6c2fe7c54225f14bda5f7f0305f20bfc96516ea (patch)
treef6ee94cceb85a25e58214b9b7f2ad0a2adc941d6 /src/tabbar.h
parentcleaning code... (diff)
parentlittle fix again.. (diff)
downloadrekonq-e6c2fe7c54225f14bda5f7f0305f20bfc96516ea.tar.xz
Merge branch 'Button02'
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index dd08f7b8..580021c4 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -63,6 +63,7 @@ public:
~TabBar();
void showTabPreview(int tab);
+ void updateNewTabButton();
signals:
void cloneTab(int index);
@@ -76,7 +77,6 @@ protected:
* Added to fix tab dimension
*/
virtual QSize tabSizeHint(int index) const;
- virtual void tabLayoutChange();
virtual void mouseMoveEvent(QMouseEvent *event);
virtual void leaveEvent(QEvent *event);
@@ -89,8 +89,6 @@ private slots:
void postLaunch();
private:
- void setTabButtonPosition();
-
MainView *m_parent;
QToolButton *m_addTabButton;