summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-14 12:23:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-14 12:23:22 +0200
commit3aaf7be9670b09a2f7f9d5a2484e854135453c46 (patch)
tree1f32696464120738f7f36cdb0d3a85ad5eb1d671 /src/tabbar.h
parentrekonq 0.2.66 (diff)
downloadrekonq-3aaf7be9670b09a2f7f9d5a2484e854135453c46.tar.xz
Another fix for the new tab button...
I'm starting hating it!!
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;