diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:59:22 +0200 |
commit | efaf922de86715600306cb97cc13b044f815d6b6 (patch) | |
tree | 554e0edca7cd62a234d4a89b195cf0069a0556e1 /ktouch/src/ktouchkeyboard.cpp | |
parent | 98055e6ab9673fdeb24a8e1b81786aaae81bda20 (diff) | |
download | tdeedu-efaf922de86715600306cb97cc13b044f815d6b6.tar.gz tdeedu-efaf922de86715600306cb97cc13b044f815d6b6.zip |
Additional k => tde renaming and fixes
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; |