diff options
author | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-06-11 11:10:39 (GMT) |
---|---|---|
committer | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-06-11 11:36:10 (GMT) |
commit | f2d29cf7cdc456e6507064a4f2d9bf33929da471 (patch) | |
tree | ee2457a9782f6f792f541c89e53b9a635d43dc1e /src | |
parent | 92c979126ea9d0217ceddb05b7909c12f47dc504 (diff) | |
download | Qt-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')
-rw-r--r-- | src/gui/styles/qs60style.cpp | 4 |
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" |