aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/connection.h b/lib/connection.h
index 6517b909..07ae9f29 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -497,7 +497,7 @@ public:
setUserFactory(defaultUserFactory<T>());
}
-public slots:
+public Q_SLOTS:
/** Set the homeserver base URL */
void setHomeserver(const QUrl& baseUrl);
@@ -656,7 +656,7 @@ public slots:
*/
virtual PostReceiptJob* postReceipt(Room* room, RoomEvent* event);
-signals:
+Q_SIGNALS:
/**
* @deprecated
* This was a signal resulting from a successful resolveServer().
@@ -853,7 +853,7 @@ protected:
*/
void onSyncSuccess(SyncData&& data, bool fromCache = false);
-protected slots:
+protected Q_SLOTS:
void syncLoopIteration();
private: