summaryrefslogtreecommitdiff
path: root/src/application.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/application.h
parentMerge branch 'bkGroupMidClick' (diff)
downloadrekonq-6390d8ea58021f67257527cf98af5074656e0838.tar.xz
Unifies macro style
REVIEW: 103242 REVIEWED-BY: adjam
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h
index 02b3009b..27b46e92 100644
--- a/src/application.h
+++ b/src/application.h
@@ -102,7 +102,7 @@ public:
return _privateBrowsingAction;
};
-public slots:
+public Q_SLOTS:
/**
* Save application's configuration
*
@@ -121,7 +121,7 @@ protected:
// This is used to track which window was activated most recently
bool eventFilter(QObject *watched, QEvent *event);
-private slots:
+private Q_SLOTS:
void loadResolvedUrl(ThreadWeaver::Job *);
void updateConfiguration();