[Telepathy-commits] [telepathy-qt4/master] Fix #include for PendingHandles moc
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Feb 24 01:55:06 PST 2009
---
TelepathyQt4/Client/pending-handles.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/Client/pending-handles.cpp b/TelepathyQt4/Client/pending-handles.cpp
index d578097..7100736 100644
--- a/TelepathyQt4/Client/pending-handles.cpp
+++ b/TelepathyQt4/Client/pending-handles.cpp
@@ -20,7 +20,8 @@
*/
#include <TelepathyQt4/Client/PendingHandles>
-#include "_gen/pending-handles.moc.hpp"
+
+#include "TelepathyQt4/Client/_gen/pending-handles.moc.hpp"
#include <TelepathyQt4/Client/Connection>
#include <TelepathyQt4/Client/ReferencedHandles>
--
1.5.6.5
More information about the telepathy-commits
mailing list