summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-04-28 23:25:08 (UTC)
committer llornkcor <llornkcor>2002-04-28 23:25:08 (UTC)
commit9e2a233287309bdb6bcb228aaf075f8c14a1a687 (patch) (unidiff)
treeee0cd57846f5ad51cf5c539b2ae1a841acd05de4
parent3a7ed24bd010b3313b2260a35c68cfc3b49125b2 (diff)
downloadopie-9e2a233287309bdb6bcb228aaf075f8c14a1a687.zip
opie-9e2a233287309bdb6bcb228aaf075f8c14a1a687.tar.gz
opie-9e2a233287309bdb6bcb228aaf075f8c14a1a687.tar.bz2
too much
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/TEWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/embeddedkonsole/TEWidget.cpp b/core/apps/embeddedkonsole/TEWidget.cpp
index 0cd7ed1..a111e18 100644
--- a/core/apps/embeddedkonsole/TEWidget.cpp
+++ b/core/apps/embeddedkonsole/TEWidget.cpp
@@ -989,7 +989,7 @@ bool TEWidget::eventFilter( QObject *obj, QEvent *e )
989#ifdef FAKE_CTRL_AND_ALT 989#ifdef FAKE_CTRL_AND_ALT
990 static bool control = FALSE; 990 static bool control = FALSE;
991 static bool alt = FALSE; 991 static bool alt = FALSE;
992 qDebug(" Has a keyboard with no CTRL and ALT keys, but we fake it:"); 992// qDebug(" Has a keyboard with no CTRL and ALT keys, but we fake it:");
993 bool dele=FALSE; 993 bool dele=FALSE;
994 if ( e->type() == QEvent::KeyPress || e->type() == QEvent::KeyRelease ) { 994 if ( e->type() == QEvent::KeyPress || e->type() == QEvent::KeyRelease ) {
995 QKeyEvent* ke = (QKeyEvent*)e; 995 QKeyEvent* ke = (QKeyEvent*)e;