aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppRemoteMethod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/QXmppRemoteMethod.h')
-rw-r--r--src/client/QXmppRemoteMethod.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/QXmppRemoteMethod.h b/src/client/QXmppRemoteMethod.h
index 2726ecdf..5970f55a 100644
--- a/src/client/QXmppRemoteMethod.h
+++ b/src/client/QXmppRemoteMethod.h
@@ -46,11 +46,11 @@ public:
QXmppRemoteMethod(const QString &jid, const QString &method, const QVariantList &args, QXmppClient *client);
QXmppRemoteMethodResult call();
-private slots:
+private Q_SLOTS:
void gotError(const QXmppRpcErrorIq &iq);
void gotResult(const QXmppRpcResponseIq &iq);
-signals:
+Q_SIGNALS:
void callDone();
private: