kolabformat/xmlobject.cpp kolabformat/xmlobject.h

Christian Mollekopf mollekopf at kolabsys.com
Sun Nov 4 13:44:27 CET 2012


 kolabformat/xmlobject.cpp |    9 ++++-----
 kolabformat/xmlobject.h   |    2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

New commits:
commit 5812c22d1ecf939ff3c1fbcd4a29059c2aa0a786
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Sun Nov 4 13:44:16 2012 +0100

    Fixed XmlObject includes to be compatible with older version of libkolabxml.

diff --git a/kolabformat/xmlobject.cpp b/kolabformat/xmlobject.cpp
index e4f60a4..be6cbb8 100644
--- a/kolabformat/xmlobject.cpp
+++ b/kolabformat/xmlobject.cpp
@@ -18,11 +18,10 @@
 #include "xmlobject.h"
 #include "v2helpers.h"
 #include "kolabformatV2/event.h"
-#include <conversion/kcalconversion.h>
-#include <conversion/kolabconversion.h>
-#include <conversion/commonconversion.h>
-#include <conversion/kabcconversion.h>
-#include <kolabformat.h>
+#include "conversion/kcalconversion.h"
+#include "conversion/kolabconversion.h"
+#include "conversion/commonconversion.h"
+#include "conversion/kabcconversion.h"
 
 namespace Kolab {
 
diff --git a/kolabformat/xmlobject.h b/kolabformat/xmlobject.h
index 8738a49..1496bbf 100644
--- a/kolabformat/xmlobject.h
+++ b/kolabformat/xmlobject.h
@@ -25,7 +25,7 @@
 #define KOLAB_EXPORT
 #endif
 
-#include <kolabxml/kolabformat.h>
+#include <kolabformat.h>
 
 #include "kolabdefinitions.h"
 





More information about the commits mailing list