summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show 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 @@
-@@ -751,7 +798,7 @@
- bool bShift = shift;
- int unicode = 0;
- if (code < keyMSize) {
-- if (!extended) {
-+ if (extended == 0) {
- bool bCaps = caps ^ shift;
- #if defined(QT_QWS_CUSTOM)
- if (fn) {
@@ -790,7 +837,7 @@