summaryrefslogtreecommitdiffstats
path: root/src/localesettings/systemlocale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localesettings/systemlocale.h')
-rw-r--r--src/localesettings/systemlocale.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/localesettings/systemlocale.h b/src/localesettings/systemlocale.h
index a0cccec..075d397 100644
--- a/src/localesettings/systemlocale.h
+++ b/src/localesettings/systemlocale.h
@@ -41,9 +41,9 @@ public:
explicit SystemLocale(QObject *parent = Q_NULLPTR);
QString locale() const;
void setLocale(const QString& aLocale);
-signals:
+Q_SIGNALS:
void localeChanged();
-public slots:
+public Q_SLOTS:
protected:
SystemLocalePrivate *d_ptr;