diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-14 12:23:22 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-14 12:23:22 +0200 |
commit | 3aaf7be9670b09a2f7f9d5a2484e854135453c46 (patch) | |
tree | 1f32696464120738f7f36cdb0d3a85ad5eb1d671 /src/mainview.h | |
parent | rekonq 0.2.66 (diff) | |
download | rekonq-3aaf7be9670b09a2f7f9d5a2484e854135453c46.tar.xz |
Another fix for the new tab button...
I'm starting hating it!!
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h index 96710919..db4c455d 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -76,7 +76,7 @@ public: * "Always Show TabBar" option * */ - void showTabBar(); + void updateTabBar(); void clear(); /** @@ -136,7 +136,9 @@ private slots: void windowCloseRequested(); - +protected: + virtual void resizeEvent(QResizeEvent *event); + private: /** * This function creates (if not exists) and returns a QLabel |