aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2014-02-06 14:04:19 +0100
committerSamuel Gaist <samuel.gaist@edeltech.ch>2014-06-22 00:04:55 +0200
commitacae229348b8acd995a9deb3f8066f78fb06470e (patch)
tree3533d261593fbd3f4ade64e936f8de5c28b57c30
parent039a3564cfba72cd4ebb1007e5b732800dbfeccb (diff)
Include cleanupstable
This patch corrects the include generating warnings on build Change-Id: I943da0ec630ec85a36c3be6dbb570ea90799678b Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
-rw-r--r--src/macextras/qmacfunctions.h2
-rw-r--r--src/macextras/qmacpasteboardmime.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/macextras/qmacfunctions.h b/src/macextras/qmacfunctions.h
index cf7cc2a..74a0c86 100644
--- a/src/macextras/qmacfunctions.h
+++ b/src/macextras/qmacfunctions.h
@@ -46,7 +46,7 @@
#pragma qt_class(QtMac)
#endif
-#include "qmacextrasglobal.h"
+#include "QtMacExtras/qmacextrasglobal.h"
typedef struct CGImage *CGImageRef;
typedef struct CGContext *CGContextRef;
diff --git a/src/macextras/qmacpasteboardmime.h b/src/macextras/qmacpasteboardmime.h
index d0dda6c..9a107ae 100644
--- a/src/macextras/qmacpasteboardmime.h
+++ b/src/macextras/qmacpasteboardmime.h
@@ -42,7 +42,7 @@
#if !defined(QMACMIME_H) && !defined(QMIME_H)
#define QMACMIME_H
-#include "qmacextrasglobal.h"
+#include "QtMacExtras/qmacextrasglobal.h"
#include <QtCore>