diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:50:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:50:27 -0600 |
commit | 21bc7541114fb026606284e45dc10e3320f39f1d (patch) | |
tree | 1c2006752ae09dda7ed8a635d7a4dfa8eacea0cb /tdehtml/tdehtml_pagecache.h | |
parent | 120efd17d0cec4846e7151633a451d54fa714241 (diff) | |
download | tdelibs-21bc7541114fb026606284e45dc10e3320f39f1d.tar.gz tdelibs-21bc7541114fb026606284e45dc10e3320f39f1d.zip |
Fix a few remaining references to kio_
Diffstat (limited to 'tdehtml/tdehtml_pagecache.h')
-rw-r--r-- | tdehtml/tdehtml_pagecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/tdehtml_pagecache.h b/tdehtml/tdehtml_pagecache.h index fbafa171d..4865f9eac 100644 --- a/tdehtml/tdehtml_pagecache.h +++ b/tdehtml/tdehtml_pagecache.h @@ -36,7 +36,7 @@ class TDEHTMLPageCachePrivate; * These operations always want to use the original document and * don't want to fetch the data from the network again. * - * It operates completely independent from the kio_http cache. + * It operates completely independent from the tdeio_http cache. */ class TDEHTMLPageCache : public TQObject { |