[Telepathy-commits] [telepathy-qt4/master] AccountManager: fix up #includes for build system alterations

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Jan 8 11:59:57 PST 2009


---
 TelepathyQt4/Client/account-manager.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/TelepathyQt4/Client/account-manager.cpp b/TelepathyQt4/Client/account-manager.cpp
index 38ac8cb..25c2eb7 100644
--- a/TelepathyQt4/Client/account-manager.cpp
+++ b/TelepathyQt4/Client/account-manager.cpp
@@ -20,13 +20,13 @@
  */
 
 #include <TelepathyQt4/Client/AccountManager>
-#include "account-manager-internal.h"
-
-#include "account-manager.moc.hpp"
-#include "account-manager-internal.moc.hpp"
+#include "TelepathyQt4/Client/account-manager-internal.h"
 
+#include "TelepathyQt4/Client/_gen/account-manager.moc.hpp"
+#include "TelepathyQt4/Client/_gen/account-manager-internal.moc.hpp"
 #include "TelepathyQt4/_gen/cli-account-manager.moc.hpp"
 #include "TelepathyQt4/_gen/cli-account-manager-body.hpp"
+
 #include "TelepathyQt4/debug-internal.h"
 
 #include <TelepathyQt4/Client/PendingSuccess>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list