diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:56:28 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:56:28 +0200 |
commit | bb6ac09196ce098b3f97dd4c890821a403849c11 (patch) | |
tree | b045e44902eb6edc99feabd32e924ae2b6b1a29d /src/dolphin.cpp | |
parent | f692a866733505de64bd95ba3e4527b41554aa57 (diff) | |
download | dolphin-bb6ac09196ce098b3f97dd4c890821a403849c11.tar.gz dolphin-bb6ac09196ce098b3f97dd4c890821a403849c11.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/dolphin.cpp')
-rw-r--r-- | src/dolphin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin.cpp b/src/dolphin.cpp index 879ee5c..2e85ea3 100644 --- a/src/dolphin.cpp +++ b/src/dolphin.cpp @@ -1563,7 +1563,7 @@ void Dolphin::updateViewProperties(const KURL::List& urls) } // Updating the view properties might take up to several seconds - // when dragging several thousand URLs. Writing a KIO slave for this + // when dragging several thousand URLs. Writing a TDEIO slave for this // use case is not worth the effort, but at least the main widget // must be disabled and a progress should be shown. ProgressIndicator progressIndicator(i18n("Updating view properties..."), |