summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDebao Zhang <hello@debao.me>2012-11-28 15:04:41 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 10:15:43 +0100
commitfab273e6f4054100f06faaab54d634bfa3e14cd0 (patch)
treea86f0392ebcf3470d20448234aeddae9aad7fb36 /src
parent650995615b4a87b15f1c184bcb478fa311dc26ae (diff)
Fix preprocessor directives syntax form
Change-Id: I3cf89ce6dae4076b2776026957db13f3aee9ec8f Reviewed-by: aavit <eirik.aavitsland@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/imageformats/mng/main.cpp2
-rw-r--r--src/plugins/imageformats/tiff/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/imageformats/mng/main.cpp b/src/plugins/imageformats/mng/main.cpp
index 9209bdd..49f9154 100644
--- a/src/plugins/imageformats/mng/main.cpp
+++ b/src/plugins/imageformats/mng/main.cpp
@@ -47,7 +47,7 @@
#ifdef QT_NO_IMAGEFORMAT_MNG
#undef QT_NO_IMAGEFORMAT_MNG
#endif
-#include <qmnghandler_p.h>
+#include "qmnghandler_p.h"
#include <qiodevice.h>
#include <qbytearray.h>
diff --git a/src/plugins/imageformats/tiff/main.cpp b/src/plugins/imageformats/tiff/main.cpp
index 517d8a0..9faa145 100644
--- a/src/plugins/imageformats/tiff/main.cpp
+++ b/src/plugins/imageformats/tiff/main.cpp
@@ -47,7 +47,7 @@
#ifdef QT_NO_IMAGEFORMAT_TIFF
#undef QT_NO_IMAGEFORMAT_TIFF
#endif
-#include <qtiffhandler_p.h>
+#include "qtiffhandler_p.h"
QT_BEGIN_NAMESPACE