summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--qt/qte232-for-qpe150-keyboard.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/qt/qte232-for-qpe150-keyboard.patch b/qt/qte232-for-qpe150-keyboard.patch
index 5e212e9..597703a 100644
--- a/qt/qte232-for-qpe150-keyboard.patch
+++ b/qt/qte232-for-qpe150-keyboard.patch
@@ -127,11 +127,2 @@
127 127
128@@ -751,7 +798,7 @@
129 bool bShift = shift;
130 int unicode = 0;
131 if (code < keyMSize) {
132 - if (!extended) {
133 + if (extended == 0) {
134 bool bCaps = caps ^ shift;
135 #if defined(QT_QWS_CUSTOM)
136 if (fn) {
137@@ -790,7 +837,7 @@ 128@@ -790,7 +837,7 @@