summaryrefslogtreecommitdiff
path: root/TelepathyQt/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/types.h')
-rw-r--r--TelepathyQt/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TelepathyQt/types.h b/TelepathyQt/types.h
index 4d9b3459..eb74a6f6 100644
--- a/TelepathyQt/types.h
+++ b/TelepathyQt/types.h
@@ -77,6 +77,7 @@ class ContactMessenger;
class ContactSearchChannel;
class DBusProxy;
class DebugReceiver;
+class DBusTubeChannel;
class FileTransferChannel;
class IncomingFileTransferChannel;
class IncomingStreamTubeChannel;
@@ -141,6 +142,7 @@ typedef SharedPtr<ContactManager> ContactManagerPtr;
typedef SharedPtr<ContactMessenger> ContactMessengerPtr;
typedef SharedPtr<ContactSearchChannel> ContactSearchChannelPtr;
typedef SharedPtr<DBusProxy> DBusProxyPtr;
+typedef SharedPtr<DBusTubeChannel> DBusTubeChannelPtr;
typedef SharedPtr<DebugReceiver> DebugReceiverPtr;
typedef SharedPtr<FileTransferChannel> FileTransferChannelPtr;
typedef SharedPtr<IncomingFileTransferChannel> IncomingFileTransferChannelPtr;