diff options
author | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-06-11 13:41:56 +0200 |
---|---|---|
committer | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-06-11 13:43:19 +0200 |
commit | 434563a6cd857c26d120c08a51742622d675cca0 (patch) | |
tree | cc87f914f6d9e5fb7396f6ed3b04b076abf6203e /src | |
parent | 0eff433bb3406943802e4fff30d4a892cd74a422 (diff) | |
download | qt4-tools-434563a6cd857c26d120c08a51742622d675cca0.tar.gz |
Correcting my previous patch, there is only qevent.h.
Reviewed-by: Alessandro Portale
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/styles/qs60style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qs60style.cpp b/src/gui/styles/qs60style.cpp index 8f7a61b299..0d003a666c 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" |