From a374efce3a207b39514be3c52264091400ce297e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 11 Jun 2011 04:44:41 +0000 Subject: TQt4 port kdeedu This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ktouch/src/ktouchkey.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktouch/src/ktouchkey.h') diff --git a/ktouch/src/ktouchkey.h b/ktouch/src/ktouchkey.h index 011f4e4b..cfa179c5 100644 --- a/ktouch/src/ktouchkey.h +++ b/ktouch/src/ktouchkey.h @@ -41,7 +41,7 @@ class KTouchKeyChar { position_t m_pos; ///< The position of the character. bool m_bold; ///< Whether this is a bold character. - QString m_text; ///< The text to draw of m_ch == 0. + TQString m_text; ///< The text to draw of m_ch == 0. }; /// This class represents a key on the keyboard. -- cgit v1.2.1