[Telepathy-commits] [telepathy-qt4/master] Fix #include for PendingContactAttributes MOC

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Feb 24 01:54:57 PST 2009


---
 TelepathyQt4/Client/pending-contact-attributes.cpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/Client/pending-contact-attributes.cpp b/TelepathyQt4/Client/pending-contact-attributes.cpp
index 99c539f..8ed3c6e 100644
--- a/TelepathyQt4/Client/pending-contact-attributes.cpp
+++ b/TelepathyQt4/Client/pending-contact-attributes.cpp
@@ -19,8 +19,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include "pending-contact-attributes.h"
-#include "_gen/pending-contact-attributes.moc.hpp"
+#include <TelepathyQt4/Client/PendingContactAttributes>
+
+#include "TelepathyQt4/Client/_gen/pending-contact-attributes.moc.hpp"
 
 #include <TelepathyQt4/Client/Connection>
 #include <TelepathyQt4/Client/ReferencedHandles>
-- 
1.5.6.5




More information about the telepathy-commits mailing list