summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-06-25 13:43:56 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-06-25 13:43:56 (GMT)
commitff7b6c0da57c37f39b72b9823c5b4d78c4e95cb7 (patch)
tree330624694c4f396f9d71de12b2452b528eb6e006 /src/gui/styles
parent8bac7ecb2b7bfc1d1941749eaba4303d816281b4 (diff)
downloadQt-ff7b6c0da57c37f39b72b9823c5b4d78c4e95cb7.zip
Qt-ff7b6c0da57c37f39b72b9823c5b4d78c4e95cb7.tar.gz
Qt-ff7b6c0da57c37f39b72b9823c5b4d78c4e95cb7.tar.bz2
Change the files to camelcase as avkon now does that
In older avkon solutions all headers were lowercase in newer they are CamelCase... Reviewed-by: Axis
Diffstat (limited to 'src/gui/styles')
-rw-r--r--src/gui/styles/qs60style_s60.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/gui/styles/qs60style_s60.cpp b/src/gui/styles/qs60style_s60.cpp
index 4bb2ea8..2527662 100644
--- a/src/gui/styles/qs60style_s60.cpp
+++ b/src/gui/styles/qs60style_s60.cpp
@@ -50,17 +50,17 @@
#include "qapplication.h"
#include <w32std.h>
-#include <aknsconstants.h>
+#include <AknsConstants.h>
#include <aknconsts.h>
-#include <aknsitemid.h>
-#include <aknsutils.h>
-#include <aknsdrawutils.h>
-#include <aknsskininstance.h>
-#include <aknsbasicbackgroundcontrolcontext.h>
+#include <AknsItemID.h>
+#include <AknsUtils.h>
+#include <AknsDrawUtils.h>
+#include <AknsSkinInstance.h>
+#include <AknsBasicBackgroundControlContext.h>
#include <avkon.mbg>
#include <aknfontaccess.h>
#include <aknlayoutfont.h>
-#include <aknutils.h>
+#include <AknUtils.h>
#include <aknnavi.h>
#include <gulicon.h>
#include <aknbitmapanimation.h>