summaryrefslogtreecommitdiffstats
path: root/ktouch/src/ktouchstatisticsdata.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:59:22 +0200
commitefaf922de86715600306cb97cc13b044f815d6b6 (patch)
tree554e0edca7cd62a234d4a89b195cf0069a0556e1 /ktouch/src/ktouchstatisticsdata.cpp
parent98055e6ab9673fdeb24a8e1b81786aaae81bda20 (diff)
downloadtdeedu-efaf922de86715600306cb97cc13b044f815d6b6.tar.gz
tdeedu-efaf922de86715600306cb97cc13b044f815d6b6.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'ktouch/src/ktouchstatisticsdata.cpp')
-rw-r--r--ktouch/src/ktouchstatisticsdata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouchstatisticsdata.cpp b/ktouch/src/ktouchstatisticsdata.cpp
index 4e9d0ef9..295777fd 100644
--- a/ktouch/src/ktouchstatisticsdata.cpp
+++ b/ktouch/src/ktouchstatisticsdata.cpp
@@ -448,7 +448,7 @@ void KTouchStatisticsData::clear() {
bool KTouchStatisticsData::read(TQWidget * window, const KURL& url) {
if (url.isEmpty()) return false;
- // 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;