summaryrefslogtreecommitdiffstats
path: root/src/timedatesettings/systemtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timedatesettings/systemtime.h')
-rw-r--r--src/timedatesettings/systemtime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timedatesettings/systemtime.h b/src/timedatesettings/systemtime.h
index 8ccd52e..f7ad593 100644
--- a/src/timedatesettings/systemtime.h
+++ b/src/timedatesettings/systemtime.h
@@ -49,12 +49,12 @@ public:
QDateTime time() const;
void setTimeZone(const QString& aTimeZone);
-signals:
+Q_SIGNALS:
void timeZoneChanged();
void ntpChanged();
void timeChanged();
-public slots:
+public Q_SLOTS:
protected:
SystemTimePrivate *d_ptr;