X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/7dc863add76dd31f162487487257225a0b4f1fd3..f65b0899c3666561cafac14f67ab0bb8a5bfa00a:/src/dolphinurlnavigatorscontroller.h 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. */