diff options
author | Johannes Troscher <fritz_van_tom@hotmail.com> | 2011-11-27 12:18:33 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-27 12:18:33 +0100 |
commit | 6390d8ea58021f67257527cf98af5074656e0838 (patch) | |
tree | 2defdd7055541f41da100a81aa715bfb10ce8cc9 /src/urlbar/stackedurlbar.h | |
parent | Merge branch 'bkGroupMidClick' (diff) | |
download | rekonq-6390d8ea58021f67257527cf98af5074656e0838.tar.xz |
Unifies macro style
REVIEW: 103242
REVIEWED-BY: adjam
Diffstat (limited to 'src/urlbar/stackedurlbar.h')
-rw-r--r-- | src/urlbar/stackedurlbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/stackedurlbar.h b/src/urlbar/stackedurlbar.h index b0583df1..7296a2f8 100644 --- a/src/urlbar/stackedurlbar.h +++ b/src/urlbar/stackedurlbar.h @@ -48,7 +48,7 @@ public: UrlBar *currentUrlBar(); UrlBar *urlBar(int index); -private slots: +private Q_SLOTS: void moveBar(int, int); }; |