summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2009-08-17 18:46:45 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2009-08-17 18:47:45 (GMT)
commit725d3a60c62468553c63a0269282ebdb821c650c (patch)
tree3a6b99b1a4db4aac44178606aedc773762b6c821 /src/corelib/animation
parent843d2eed0ac10589a01d40bfdf88cb44c6a00b17 (diff)
downloadQt-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/animation')
-rw-r--r--src/corelib/animation/qparallelanimationgroup_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qparallelanimationgroup_p.h b/src/corelib/animation/qparallelanimationgroup_p.h
index 65bf693..db804d5 100644
--- a/src/corelib/animation/qparallelanimationgroup_p.h
+++ b/src/corelib/animation/qparallelanimationgroup_p.h
@@ -55,7 +55,7 @@
#include "qparallelanimationgroup.h"
#include "private/qanimationgroup_p.h"
-#include <QtCore/QHash>
+#include <QtCore/qhash.h>
#ifndef QT_NO_ANIMATION