diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-19 17:37:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-19 17:37:10 +0200 |
commit | 5257a168febf317f90a6383373586fcb535393d1 (patch) | |
tree | 2f503aa09d07617da9d6f1499e0ba992ed50fa4a /src/mainview.h | |
parent | Fixing webpage headers (diff) | |
download | rekonq-5257a168febf317f90a6383373586fcb535393d1.tar.xz |
New Tab tool button
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 8a8ae3dc..8ff32473 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -30,6 +30,9 @@ // KDE Includes #include <KTabWidget> +// Qt Includes +#include <QtGui/QToolButton> + // Forward Declarations class QUrl; class QWebFrame; @@ -160,6 +163,8 @@ protected: private: + void addTabButtonPosition(); + /** * This function creates (if not exists) and returns a QLabel * with a loading QMovie. @@ -184,6 +189,8 @@ private: QString m_loadingGitPath; bool m_makeBackTab; + + QToolButton *m_addTabButton; }; #endif |