diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2009-08-17 18:46:45 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2009-08-17 18:47:45 (GMT) |
commit | 725d3a60c62468553c63a0269282ebdb821c650c (patch) | |
tree | 3a6b99b1a4db4aac44178606aedc773762b6c821 /src/corelib/tools/qeasingcurve.cpp | |
parent | 843d2eed0ac10589a01d40bfdf88cb44c6a00b17 (diff) | |
download | Qt-725d3a60c62468553c63a0269282ebdb821c650c.zip Qt-725d3a60c62468553c63a0269282ebdb821c650c.tar.gz Qt-725d3a60c62468553c63a0269282ebdb821c650c.tar.bz2 |
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/tools/qeasingcurve.cpp')
-rw-r--r-- | src/corelib/tools/qeasingcurve.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp index 5cc8080..e84e3f0 100644 --- a/src/corelib/tools/qeasingcurve.cpp +++ b/src/corelib/tools/qeasingcurve.cpp @@ -301,7 +301,7 @@ #ifndef QT_NO_DEBUG_STREAM #include <QtCore/qdebug.h> -#include <QtCore/QString> +#include <QtCore/qstring.h> #endif QT_BEGIN_NAMESPACE |