[telepathy-qt4/master] PendingChannelRequest: Fixed channelRequestCreated signature.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Fri Jun 12 08:30:46 PDT 2009


---
 TelepathyQt4/pending-channel-request.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt4/pending-channel-request.h b/TelepathyQt4/pending-channel-request.h
index 86fa3b7..5393766 100644
--- a/TelepathyQt4/pending-channel-request.h
+++ b/TelepathyQt4/pending-channel-request.h
@@ -53,7 +53,7 @@ public:
     PendingOperation *cancel();
 
 Q_SIGNALS:
-    void channelRequestCreated(const ChannelRequestPtr &channelRequest);
+    void channelRequestCreated(const Tp::ChannelRequestPtr &channelRequest);
 
 private Q_SLOTS:
     void onWatcherFinished(QDBusPendingCallWatcher *watcher);
-- 
1.5.6.5




More information about the telepathy-commits mailing list