summaryrefslogtreecommitdiff
path: root/src/tabwindow/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-07-23 17:56:30 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:04 +0100
commit36b5ff88b15d8793c64ad1a361ea0c28f9cbe169 (patch)
tree55dad28e2578e9ef6a3bbde5d85f7b2ecc84ba57 /src/tabwindow/tabbar.h
parentTabWindow, first import :) (diff)
downloadrekonq-36b5ff88b15d8793c64ad1a361ea0c28f9cbe169.tar.xz
Coding style
Diffstat (limited to 'src/tabwindow/tabbar.h')
-rw-r--r--src/tabwindow/tabbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tabwindow/tabbar.h b/src/tabwindow/tabbar.h
index e3bf6d9a..9de5fe0a 100644
--- a/src/tabwindow/tabbar.h
+++ b/src/tabwindow/tabbar.h
@@ -34,7 +34,7 @@ public:
TabBar(QWidget *parent);
static const int genericTabNumber = 6;
-
+
protected:
virtual QSize tabSizeHint(int index) const;
@@ -45,7 +45,7 @@ Q_SIGNALS:
void reloadTab(int);
void detachTab(int);
void restoreClosedTab(int);
-
+
private Q_SLOTS:
void cloneTab();
void closeTab();