[Telepathy-commits] [telepathy-qt4/master] Include local include files by their real header name, not the public pretty include one
Olli Salli
olli.salli at collabora.co.uk
Mon Sep 22 04:58:08 PDT 2008
---
TelepathyQt4/cli-connection.cpp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/TelepathyQt4/cli-connection.cpp b/TelepathyQt4/cli-connection.cpp
index ad7968e..f503006 100644
--- a/TelepathyQt4/cli-connection.cpp
+++ b/TelepathyQt4/cli-connection.cpp
@@ -19,14 +19,15 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <TelepathyQt4/Client/Connection>
+#include "cli-connection.h"
+
#include <TelepathyQt4/_gen/cli-connection-body.hpp>
#include <TelepathyQt4/_gen/cli-connection.moc.hpp>
#include <QQueue>
#include <QtGlobal>
-#include <TelepathyQt4/Client/DBus>
+#include "cli-dbus.h"
#include "debug.hpp"
namespace Telepathy
--
1.5.6.5
More information about the Telepathy-commits
mailing list