]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinurlnavigatorscontroller.h
Update kconf update script version to 6
[dolphin.git] / src / dolphinurlnavigatorscontroller.h
index 797cbf4f98751545923676991cd4c28bd4f2c2e0..8e9cf562d8d01e38e63d4cbe3a04844702ecea3c 100644 (file)
@@ -1,6 +1,6 @@
 /*
     This file is part of the KDE project
-    SPDX-FileCopyrightText: 2020 Felix Ernst <fe.a.ernst@gmail.com>
+    SPDX-FileCopyrightText: 2020 Felix Ernst <felixernst@kde.org>
 
     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
 */
@@ -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.
@@ -41,7 +41,7 @@ public slots:
 
 private:
     /**
-     * @return wether the places selector of DolphinUrlNavigators should be visible.
+     * @return whether the places selector of DolphinUrlNavigators should be visible.
      */
     static bool placesSelectorVisible();
 
@@ -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.
      */