diff options
author | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-08-26 08:25:19 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-08-26 08:47:37 (GMT) |
commit | 1e87709059dcf10e41c0781d4b97ce143543e4a4 (patch) | |
tree | 140d51e62112a67ff0b285b33db6a2d0f994bac9 /src/gui/embedded/qkbd_defaultmap_qws_p.h | |
parent | e692a4044e161c46e6b145d2f3874a0b7b929b4d (diff) | |
download | Qt-1e87709059dcf10e41c0781d4b97ce143543e4a4.zip Qt-1e87709059dcf10e41c0781d4b97ce143543e4a4.tar.gz Qt-1e87709059dcf10e41c0781d4b97ce143543e4a4.tar.bz2 |
Make QWS compile with namespaces
Reviewed-by: hjk
Diffstat (limited to 'src/gui/embedded/qkbd_defaultmap_qws_p.h')
-rw-r--r-- | src/gui/embedded/qkbd_defaultmap_qws_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/embedded/qkbd_defaultmap_qws_p.h b/src/gui/embedded/qkbd_defaultmap_qws_p.h index 2903492..a6c2d25 100644 --- a/src/gui/embedded/qkbd_defaultmap_qws_p.h +++ b/src/gui/embedded/qkbd_defaultmap_qws_p.h @@ -53,6 +53,8 @@ // We mean it. // +// no QT_BEGIN_NAMESPACE, since we include it internally... + const QWSKeyboard::Mapping QWSKbPrivate::s_keymap_default[] = { { 1, 0xffff, 0x01000000, 0x00, 0x00, 0x0000 }, { 2, 0x0031, 0x00000031, 0x00, 0x00, 0x0000 }, |