diff options
Diffstat (limited to 'ktouch/src/ktouchkeyboard.cpp')
-rw-r--r-- | ktouch/src/ktouchkeyboard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |