summaryrefslogtreecommitdiffstats
path: root/src/gui/s60framework
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-07-30 07:10:47 (GMT)
committeraxis <qt-info@nokia.com>2010-07-30 09:35:56 (GMT)
commitf937d985e9599c16e72b504c404bc8232787c98e (patch)
treebcfbb9519ef471da16cf9ec1345c34aa284a6cfc /src/gui/s60framework
parent7e8073b37a8a3e58d82b71934f085ec8143935eb (diff)
downloadQt-f937d985e9599c16e72b504c404bc8232787c98e.zip
Qt-f937d985e9599c16e72b504c404bc8232787c98e.tar.gz
Qt-f937d985e9599c16e72b504c404bc8232787c98e.tar.bz2
Fixed additional case differences between Gnupoc and Symbian^3.
RevBy: Trust me
Diffstat (limited to 'src/gui/s60framework')
-rw-r--r--src/gui/s60framework/qs60maindocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/s60framework/qs60maindocument.h b/src/gui/s60framework/qs60maindocument.h
index 2f0564f..fc32d8b 100644
--- a/src/gui/s60framework/qs60maindocument.h
+++ b/src/gui/s60framework/qs60maindocument.h
@@ -47,7 +47,7 @@
#ifdef Q_OS_SYMBIAN
#ifdef Q_WS_S60
-#include <akndoc.h>
+#include <AknDoc.h>
typedef CAknDocument QS60MainDocumentBase;
#else
#include <eikdoc.h>