diff options
author | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-06-11 11:47:52 (GMT) |
---|---|---|
committer | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-06-11 11:51:30 (GMT) |
commit | 82180781420acde96be0e464011ee187a2448541 (patch) | |
tree | ad54d7ca6a54b869c6bf98eee83c41a6b531d545 /src/gui/widgets/qactiontokeyeventmapper.cpp | |
parent | 434563a6cd857c26d120c08a51742622d675cca0 (diff) | |
download | Qt-82180781420acde96be0e464011ee187a2448541.zip Qt-82180781420acde96be0e464011ee187a2448541.tar.gz Qt-82180781420acde96be0e464011ee187a2448541.tar.bz2 |
Fix include, it should be pulled from private directory.
Reviewed-by: Markku Luukkainen
Diffstat (limited to 'src/gui/widgets/qactiontokeyeventmapper.cpp')
-rw-r--r-- | src/gui/widgets/qactiontokeyeventmapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qactiontokeyeventmapper.cpp b/src/gui/widgets/qactiontokeyeventmapper.cpp index 5cce415..280b1c6 100644 --- a/src/gui/widgets/qactiontokeyeventmapper.cpp +++ b/src/gui/widgets/qactiontokeyeventmapper.cpp @@ -41,7 +41,7 @@ #include "qapplication.h" #include "qevent.h" -#include "QActionToKeyEventMapper_p.h" +#include "qactiontokeyeventmapper_p.h" QT_BEGIN_NAMESPACE |