[Telepathy-commits] [telepathy-qt4/master] Fix debug-internal.h includes in contacts code
Olli Salli
olli.salli at collabora.co.uk
Thu Jan 29 09:24:10 PST 2009
---
TelepathyQt4/Client/contact-manager.cpp | 1 +
TelepathyQt4/Client/contact.cpp | 1 +
TelepathyQt4/Client/pending-contact-attributes.cpp | 2 +-
TelepathyQt4/Client/pending-contacts.cpp | 1 +
4 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/Client/contact-manager.cpp b/TelepathyQt4/Client/contact-manager.cpp
index 9ed3bb6..30d4c4e 100644
--- a/TelepathyQt4/Client/contact-manager.cpp
+++ b/TelepathyQt4/Client/contact-manager.cpp
@@ -29,6 +29,7 @@
#include <TelepathyQt4/Client/PendingContacts>
#include <TelepathyQt4/Client/PendingHandles>
#include <TelepathyQt4/Client/ReferencedHandles>
+
#include "TelepathyQt4/debug-internal.h"
/**
diff --git a/TelepathyQt4/Client/contact.cpp b/TelepathyQt4/Client/contact.cpp
index 795c695..57cbcbd 100644
--- a/TelepathyQt4/Client/contact.cpp
+++ b/TelepathyQt4/Client/contact.cpp
@@ -25,6 +25,7 @@
#include <TelepathyQt4/Client/Connection>
#include <TelepathyQt4/Client/ContactManager>
#include <TelepathyQt4/Client/ReferencedHandles>
+
#include "TelepathyQt4/debug-internal.h"
namespace Telepathy
diff --git a/TelepathyQt4/Client/pending-contact-attributes.cpp b/TelepathyQt4/Client/pending-contact-attributes.cpp
index fe8db81..99c539f 100644
--- a/TelepathyQt4/Client/pending-contact-attributes.cpp
+++ b/TelepathyQt4/Client/pending-contact-attributes.cpp
@@ -25,7 +25,7 @@
#include <TelepathyQt4/Client/Connection>
#include <TelepathyQt4/Client/ReferencedHandles>
-#include "../debug-internal.h"
+#include "TelepathyQt4/debug-internal.h"
/**
* \addtogroup clientsideproxies Client-side proxies
diff --git a/TelepathyQt4/Client/pending-contacts.cpp b/TelepathyQt4/Client/pending-contacts.cpp
index d92e40a..1d83a5d 100644
--- a/TelepathyQt4/Client/pending-contacts.cpp
+++ b/TelepathyQt4/Client/pending-contacts.cpp
@@ -27,6 +27,7 @@
#include <TelepathyQt4/Client/PendingContactAttributes>
#include <TelepathyQt4/Client/PendingHandles>
#include <TelepathyQt4/Client/ReferencedHandles>
+
#include "TelepathyQt4/debug-internal.h"
namespace Telepathy
--
1.5.6.5
More information about the telepathy-commits
mailing list