summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorAriya Hidayat <ariya.hidayat@nokia.com>2009-06-11 11:10:39 (GMT)
committerAriya Hidayat <ariya.hidayat@nokia.com>2009-06-11 11:36:10 (GMT)
commitf2d29cf7cdc456e6507064a4f2d9bf33929da471 (patch)
treeee2457a9782f6f792f541c89e53b9a635d43dc1e /src/gui
parent92c979126ea9d0217ceddb05b7909c12f47dc504 (diff)
downloadQt-f2d29cf7cdc456e6507064a4f2d9bf33929da471.zip
Qt-f2d29cf7cdc456e6507064a4f2d9bf33929da471.tar.gz
Qt-f2d29cf7cdc456e6507064a4f2d9bf33929da471.tar.bz2
Fix includes, append the .h suffix to the file names.
Reviewed-by: Alessandro Portale
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/styles/qs60style.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/styles/qs60style.cpp b/src/gui/styles/qs60style.cpp
index 6ee63e6..8f7a61b 100644
--- a/src/gui/styles/qs60style.cpp
+++ b/src/gui/styles/qs60style.cpp
@@ -44,8 +44,8 @@
#include "qapplication.h"
#include "qpainter.h"
#include "qstyleoption.h"
-#include "qresizeevent"
-#include "qpixmapcache"
+#include "qresizeevent.h"
+#include "qpixmapcache.h"
#include "qcalendarwidget.h"
#include "qdial.h"