diff options
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 394df67..f776efe 100644 --- a/src/kchmviewwindow.cpp +++ b/src/kchmviewwindow.cpp @@ -110,7 +110,7 @@ bool KCHMViewWindow::openUrl ( const TQString& origurl ) tqFatal("KCHMViewWindow::openUrl(): opened new chm file %s while current is %s", chmfile.ascii(), ::mainWindow->getOpenedFileName().ascii() ); - // It is OK to have a new file in chm for KHTMLPart + // It is OK to have a new file in chm for TDEHTMLPart newurl = page; } |