summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/TEmuVt102.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-14 22:06:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-14 22:06:08 +0900
commit83708272fbd48b9a65342cc66af5c0a3837d7a13 (patch)
tree17714d07c7f88efb2d406bcd8850ee8b9a23750d /konsole/konsole/TEmuVt102.h
parent335d526a0044373592b307d91f52c9f1c2d42980 (diff)
downloadtdebase-83708272fbd48b9a65342cc66af5c0a3837d7a13.tar.gz
tdebase-83708272fbd48b9a65342cc66af5c0a3837d7a13.zip
Workaround Qt/Tde/X? bug for handling Meta key as Alt key in terminal emulation
after restored sessions. This resolves bug 1026 for good.
Diffstat (limited to 'konsole/konsole/TEmuVt102.h')
-rw-r--r--konsole/konsole/TEmuVt102.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/konsole/konsole/TEmuVt102.h b/konsole/konsole/TEmuVt102.h
index 05f30ac04..8832a73d8 100644
--- a/konsole/konsole/TEmuVt102.h
+++ b/konsole/konsole/TEmuVt102.h
@@ -60,7 +60,8 @@ public:
void changeGUI(TEWidget* newgui);
~TEmuVt102();
- virtual void onKeyPress(TQKeyEvent*);
+ virtual void doKeyPress(TQKeyEvent*);
+
public slots: // signals incoming from TEWidget
void onMouse(int cb, int cx, int cy);