diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:56:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:56:53 +0200 |
commit | 10fab8b8e0132c7e3a0273751861610a8c55d665 (patch) | |
tree | 0b25f14c855f30b479eeb74a77eeea2a3f8fa475 /src/kchmviewwindow.cpp | |
parent | bc2ff3c2cfbb327081b80e731a12fc66523a80b2 (diff) | |
download | kchmviewer-10fab8b8e0132c7e3a0273751861610a8c55d665.tar.gz kchmviewer-10fab8b8e0132c7e3a0273751861610a8c55d665.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/kchmviewwindow.cpp')
-rw-r--r-- | src/kchmviewwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmviewwindow.cpp b/src/kchmviewwindow.cpp index f776efe..71e0813 100644 --- a/src/kchmviewwindow.cpp +++ b/src/kchmviewwindow.cpp @@ -102,7 +102,7 @@ bool KCHMViewWindow::openUrl ( const TQString& origurl ) return true; // URL could be a complete ms-its link. The file should be already loaded (for TQTextBrowser), - // or will be loaded (for kio slave). We care only about the path component. + // or will be loaded (for tdeio slave). We care only about the path component. if ( LCHMUrlFactory::isNewChmURL( newurl, chmfile, page ) ) { // If a new chm file is opened here, and we do not use KCHMLPart, we better abort |