summaryrefslogtreecommitdiff
path: root/TelepathyQt4
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2010-12-08 15:38:25 +0200
committerOlli Salli <ollisal@gmail.com>2010-12-08 15:38:25 +0200
commitb8fbd6e3704610517070dd3dc6b3189d571d27b7 (patch)
tree5ec8915698d998f096e137c483410a2ad2e6811c /TelepathyQt4
parentef97479bcbc1819111e35d7ebf9518cc98711ca4 (diff)
Fix CDO::channelLost arg type names to include the Tp namespace
Diffstat (limited to 'TelepathyQt4')
-rw-r--r--TelepathyQt4/channel-dispatch-operation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt4/channel-dispatch-operation.h b/TelepathyQt4/channel-dispatch-operation.h
index 8fa2834d..44fb3a8e 100644
--- a/TelepathyQt4/channel-dispatch-operation.h
+++ b/TelepathyQt4/channel-dispatch-operation.h
@@ -77,7 +77,7 @@ public:
PendingOperation *claim();
Q_SIGNALS:
- void channelLost(const ChannelPtr &channel, const QString &errorName,
+ void channelLost(const Tp::ChannelPtr &channel, const QString &errorName,
const QString &errorMessage);
protected: