summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qnoncontiguousbytedevice.cpp
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.cpp
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.cpp')
-rw-r--r--src/corelib/io/qnoncontiguousbytedevice.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/corelib/io/qnoncontiguousbytedevice.cpp b/src/corelib/io/qnoncontiguousbytedevice.cpp
index 89ed04170e..185d9618a5 100644
--- a/src/corelib/io/qnoncontiguousbytedevice.cpp
+++ b/src/corelib/io/qnoncontiguousbytedevice.cpp
@@ -40,10 +40,9 @@
****************************************************************************/
#include "qnoncontiguousbytedevice_p.h"
-#include <QObject>
-#include <QBuffer>
-#include <QDebug>
-#include <QFile>
+#include <qbuffer.h>
+#include <qdebug.h>
+#include <qfile.h>
QT_BEGIN_NAMESPACE