summaryrefslogtreecommitdiffstats
path: root/ktouch/src/ktouchlecture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ktouch/src/ktouchlecture.cpp')
-rw-r--r--ktouch/src/ktouchlecture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/ktouchlecture.cpp b/ktouch/src/ktouchlecture.cpp
index ce834df5..cb581475 100644
--- a/ktouch/src/ktouchlecture.cpp
+++ b/ktouch/src/ktouchlecture.cpp
@@ -23,7 +23,7 @@
#include <tdeio/netaccess.h>
bool KTouchLecture::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;
@@ -43,7 +43,7 @@ bool KTouchLecture::load(TQWidget * window, const KURL& url) {
// ----------------------------------------------------------------------------
bool KTouchLecture::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;