diff options
Diffstat (limited to 'qt4/TelepathyQt4/Client/channel.h')
-rw-r--r-- | qt4/TelepathyQt4/Client/channel.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qt4/TelepathyQt4/Client/channel.h b/qt4/TelepathyQt4/Client/channel.h index 369753a36..9850478c5 100644 --- a/qt4/TelepathyQt4/Client/channel.h +++ b/qt4/TelepathyQt4/Client/channel.h @@ -47,19 +47,21 @@ #include <TelepathyQt4/_gen/cli-channel.h> -#include <TelepathyQt4/Client/Connection> #include <TelepathyQt4/Client/DBus> #include <TelepathyQt4/Client/DBusProxy> #include <TelepathyQt4/Client/OptionalInterfaceFactory> #include <QSet> -#include <QDBusPendingCallWatcher> + +class QDBusPendingCallWatcher; namespace Telepathy { namespace Client { +class Connection; + /** * \class Channel * \ingroup clientchannel |