summaryrefslogtreecommitdiffstats
path: root/src/gvcore/document.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:56:32 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:56:32 +0200
commit0bfcc16156eefad3c5a9b258433f2c538d3c448d (patch)
tree62aebba231dae57c32dadf3d7069bd052846ff2b /src/gvcore/document.cpp
parente9172f4d91b213c5a1da95405b2605eea86a388a (diff)
downloadgwenview-0bfcc16156eefad3c5a9b258433f2c538d3c448d.tar.gz
gwenview-0bfcc16156eefad3c5a9b258433f2c538d3c448d.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'src/gvcore/document.cpp')
-rw-r--r--src/gvcore/document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/document.cpp b/src/gvcore/document.cpp
index 9908a95..f244a85 100644
--- a/src/gvcore/document.cpp
+++ b/src/gvcore/document.cpp
@@ -182,7 +182,7 @@ void Document::setURL(const KURL& paramURL) {
}
// Set high busy level, so that operations like smoothing are suspended.
- // Otherwise the stat() below done using KIO can take quite long.
+ // Otherwise the stat() below done using TDEIO can take quite long.
BusyLevelManager::instance()->setBusyLevel( this, BUSY_CHECKING_NEW_IMAGE );