summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectreplica_p.h
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk.ford@kdab.com>2015-04-29 21:20:55 +0200
committerKevin Funk <kevin.funk@kdab.com>2015-04-30 12:25:11 +0000
commitc65b42ecedbb647968aaf9ba42bd8509b3e95e05 (patch)
tree22e55452e483f608aeac3b0f2c74a156adb51a02 /src/remoteobjects/qremoteobjectreplica_p.h
parent314e40a8a06bac367ae697d5c923a27f75af4434 (diff)
QRemoteObjectSourcePrivate -> QRemoteObjectSource
Consistency++ Change-Id: I80b0a949790ca52a6c061278f4cd6b1452463729 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'src/remoteobjects/qremoteobjectreplica_p.h')
-rw-r--r--src/remoteobjects/qremoteobjectreplica_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remoteobjects/qremoteobjectreplica_p.h b/src/remoteobjects/qremoteobjectreplica_p.h
index 8b7bfde..615ebe9 100644
--- a/src/remoteobjects/qremoteobjectreplica_p.h
+++ b/src/remoteobjects/qremoteobjectreplica_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
class QRemoteObjectReplica;
-class QRemoteObjectSourcePrivate;
+class QRemoteObjectSource;
class ClientIoDevice;
namespace QRemoteObjectPackets {
@@ -150,7 +150,7 @@ public:
void _q_send(QMetaObject::Call call, int index, const QVariantList &args) Q_DECL_OVERRIDE;
QRemoteObjectPendingCall _q_sendWithReply(QMetaObject::Call call, int index, const QVariantList& args) Q_DECL_OVERRIDE;
- QPointer<QRemoteObjectSourcePrivate> connectionToSource;
+ QPointer<QRemoteObjectSource> connectionToSource;
};
QT_END_NAMESPACE