summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAriya Hidayat <ariya.hidayat@nokia.com>2009-06-11 11:41:56 (GMT)
committerAriya Hidayat <ariya.hidayat@nokia.com>2009-06-11 11:43:19 (GMT)
commit434563a6cd857c26d120c08a51742622d675cca0 (patch)
treecc87f914f6d9e5fb7396f6ed3b04b076abf6203e /src
parent0eff433bb3406943802e4fff30d4a892cd74a422 (diff)
downloadQt-434563a6cd857c26d120c08a51742622d675cca0.zip
Qt-434563a6cd857c26d120c08a51742622d675cca0.tar.gz
Qt-434563a6cd857c26d120c08a51742622d675cca0.tar.bz2
Correcting my previous patch, there is only qevent.h.
Reviewed-by: Alessandro Portale
Diffstat (limited to 'src')
-rw-r--r--src/gui/styles/qs60style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qs60style.cpp b/src/gui/styles/qs60style.cpp
index 8f7a61b..0d003a6 100644
--- a/src/gui/styles/qs60style.cpp
+++ b/src/gui/styles/qs60style.cpp
@@ -44,7 +44,7 @@
#include "qapplication.h"
#include "qpainter.h"
#include "qstyleoption.h"
-#include "qresizeevent.h"
+#include "qevent.h"
#include "qpixmapcache.h"
#include "qcalendarwidget.h"