summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qnoncontiguousbytedevice_p.h
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2009-08-17 20:46:45 +0200
committerHarald Fernengel <harald.fernengel@nokia.com>2009-08-17 20:47:45 +0200
commit725d3a60c62468553c63a0269282ebdb821c650c (patch)
tree3a6b99b1a4db4aac44178606aedc773762b6c821 /src/corelib/io/qnoncontiguousbytedevice_p.h
parent843d2eed0ac10589a01d40bfdf88cb44c6a00b17 (diff)
fix includes to use lower-case
Makes sure that we can bootstrap QtCore easier on weird platforms without having to run syncqt first
Diffstat (limited to 'src/corelib/io/qnoncontiguousbytedevice_p.h')
-rw-r--r--src/corelib/io/qnoncontiguousbytedevice_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qnoncontiguousbytedevice_p.h b/src/corelib/io/qnoncontiguousbytedevice_p.h
index dd34c67089..ecf9b9ca68 100644
--- a/src/corelib/io/qnoncontiguousbytedevice_p.h
+++ b/src/corelib/io/qnoncontiguousbytedevice_p.h
@@ -53,7 +53,7 @@
// We mean it.
//
-#include <QObject>
+#include <QtCore/qobject.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qbuffer.h>
#include <QtCore/qiodevice.h>