[Telepathy-commits] [telepathy-qt4/master] Fix signal declaration signatures in PendingContacts

Olli Salli olli.salli at collabora.co.uk
Wed Jan 28 23:15:37 PST 2009


---
 TelepathyQt4/Client/pending-contacts.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/TelepathyQt4/Client/pending-contacts.h b/TelepathyQt4/Client/pending-contacts.h
index a2717a8..0b7342e 100644
--- a/TelepathyQt4/Client/pending-contacts.h
+++ b/TelepathyQt4/Client/pending-contacts.h
@@ -63,9 +63,9 @@ public:
     QList<QSharedPointer<Contact> > contacts() const;
 
 private Q_SLOTS:
-    void onAttributesFinished(PendingOperation *);
-    void onHandlesFinished(PendingOperation *);
-    void onNestedFinished(PendingOperation *);
+    void onAttributesFinished(Telepathy::Client::PendingOperation *);
+    void onHandlesFinished(Telepathy::Client::PendingOperation *);
+    void onNestedFinished(Telepathy::Client::PendingOperation *);
 
 private:
     Q_DISABLE_COPY(PendingContacts);
-- 
1.5.6.5




More information about the telepathy-commits mailing list