┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinurlnavigatorscontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinurlnavigatorscontroller.h')
-rw-r--r--src/dolphinurlnavigatorscontroller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinurlnavigatorscontroller.h b/src/dolphinurlnavigatorscontroller.h
index 797cbf4f9..4f6802725 100644
--- a/src/dolphinurlnavigatorscontroller.h
+++ b/src/dolphinurlnavigatorscontroller.h
@@ -30,7 +30,7 @@ class DolphinUrlNavigatorsController : public QObject
public:
DolphinUrlNavigatorsController() = delete;
-public slots:
+public Q_SLOTS:
/**
* Refreshes all DolphinUrlNavigators to get synchronized with the
* Dolphin settings if they were changed.
@@ -57,7 +57,7 @@ private:
*/
static void unregisterDolphinUrlNavigator(DolphinUrlNavigator *dolphinUrlNavigator);
-private slots:
+private Q_SLOTS:
/**
* Sets the completion mode for all DolphinUrlNavigators and saves it in settings.
*/