diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-27 13:54:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-27 13:54:14 +0200 |
commit | c039fcb3c2be73bf6c95012b3e5f5f53ef1b42e3 (patch) | |
tree | 18f3e854e494f9cbccc9a2c83afdf2f30996319d /src/mainview.h | |
parent | Removed setHistoryMenu function (diff) | |
download | rekonq-c039fcb3c2be73bf6c95012b3e5f5f53ef1b42e3.tar.xz |
New tab button code improvements.
Patch from Johannes Zellner (thanks)
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainview.h b/src/mainview.h index ae6019b7..06956d5e 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -38,7 +38,6 @@ #include <KTabWidget> // Qt Includes -#include <QtGui/QToolButton> // Forward Declarations class QUrl; @@ -67,7 +66,6 @@ public: UrlBar *urlBar() const; WebView *webView(int index) const; - QToolButton *addTabButton() const; TabBar *tabBar() const; WebView *currentWebView() const; @@ -128,17 +126,12 @@ private slots: void windowCloseRequested(); - void postLaunch(); - protected: virtual void mouseDoubleClickEvent(QMouseEvent *event); virtual void resizeEvent(QResizeEvent *event); private: - - void addTabButtonPosition(); - /** * This function creates (if not exists) and returns a QLabel * with a loading QMovie. @@ -155,8 +148,6 @@ private: TabBar *m_tabBar; QString m_loadingGitPath; - - QToolButton *m_addTabButton; int m_currentTabIndex; }; |