From efaf922de86715600306cb97cc13b044f815d6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:08 +0200 Subject: Additional k => tde renaming and fixes --- ktouch/src/ktouchkeyboard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ktouch/src/ktouchkeyboard.cpp') diff --git a/ktouch/src/ktouchkeyboard.cpp b/ktouch/src/ktouchkeyboard.cpp index 9d8a6c9a..6263208d 100644 --- a/ktouch/src/ktouchkeyboard.cpp +++ b/ktouch/src/ktouchkeyboard.cpp @@ -36,7 +36,7 @@ void KTouchKeyboard::clear() { // Loads a keyboard layout (old format) from file (returns true if successful). bool KTouchKeyboard::load(TQWidget * window, const KURL& url) { - // Ok, first download the contents as usual using the KIO lib + // Ok, first download the contents as usual using the TDEIO lib // File is only downloaded if not local, otherwise it's just opened TQString target; bool result = false; @@ -56,7 +56,7 @@ bool KTouchKeyboard::load(TQWidget * window, const KURL& url) { // Loads a lecture (in XML format) from file (returns true if successful). bool KTouchKeyboard::loadXML(TQWidget * window, const KURL& url) { - // Ok, first download the contents as usual using the KIO lib + // Ok, first download the contents as usual using the TDEIO lib // File is only downloaded if not local, otherwise it's just opened TQString target; bool result = false; -- cgit v1.2.1