From 6fcedc9dbb0277f842656507ffa76d5360724d45 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 16 Jun 2011 01:55:17 +0000 Subject: Fix kdeedu Qt3 FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236949 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ktouch/src/ktouch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktouch/src') 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 -- cgit v1.2.3