summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-16 01:55:17 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-16 01:55:17 +0000
commit6fcedc9dbb0277f842656507ffa76d5360724d45 (patch)
treec735a834778db2645243504571ab8dfd03521558
parent2f78efe39ad3b13a65a26e70ca369acd6ff23f17 (diff)
downloadtdeedu-6fcedc9d.tar.gz
tdeedu-6fcedc9d.zip
Fix kdeedu Qt3 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236949 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--ktouch/src/ktouch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouch.cpp b/ktouch/src/ktouch.cpp
index 4480b80c..2267725f 100644
--- a/ktouch/src/ktouch.cpp
+++ b/ktouch/src/ktouch.cpp
@@ -177,7 +177,7 @@ void KTouch::keyPressEvent(TQKeyEvent *keyEvent) {
m_trainer->continueTraining();
}
if (keyEvent->text().length() > 1) {
- kdDebug() << "[KTouch::keyPressEvent] text = '" << keyEvent->text().data() << "'" << endl;
+ kdDebug() << "[KTouch::keyPressEvent] text = '" << keyEvent->text().ascii() << "'" << endl;
}
TQChar key = keyEvent->text().at(0); // get first tqunicode character
// HACK : manually filter out known dead keys