summaryrefslogtreecommitdiff
path: root/src/webicon.h
diff options
context:
space:
mode:
authorJohannes Troscher <fritz_van_tom@hotmail.com>2011-11-27 12:18:33 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-11-27 12:18:33 +0100
commit6390d8ea58021f67257527cf98af5074656e0838 (patch)
tree2defdd7055541f41da100a81aa715bfb10ce8cc9 /src/webicon.h
parentMerge branch 'bkGroupMidClick' (diff)
downloadrekonq-6390d8ea58021f67257527cf98af5074656e0838.tar.xz
Unifies macro style
REVIEW: 103242 REVIEWED-BY: adjam
Diffstat (limited to 'src/webicon.h')
-rw-r--r--src/webicon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webicon.h b/src/webicon.h
index 34afadd3..df5cc828 100644
--- a/src/webicon.h
+++ b/src/webicon.h
@@ -44,7 +44,7 @@ class REKONQ_TESTS_EXPORT WebIcon : public QObject
public:
explicit WebIcon(const KUrl &url, QObject *parent = 0);
-private slots:
+private Q_SLOTS:
void load();
void saveIcon(bool);