diff options
Diffstat (limited to 'ktouch/src/ktouchstatisticsdata.cpp')
-rw-r--r-- | ktouch/src/ktouchstatisticsdata.cpp | 2 |
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; |