diff options
Diffstat (limited to 'src/kchmviewwindow_qtextbrowser.h')
-rw-r--r-- | src/kchmviewwindow_qtextbrowser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmviewwindow_qtextbrowser.h b/src/kchmviewwindow_qtextbrowser.h index 2a87716..ef9be43 100644 --- a/src/kchmviewwindow_qtextbrowser.h +++ b/src/kchmviewwindow_qtextbrowser.h @@ -56,7 +56,7 @@ public: //! Popups the print dialog, and prints the current page on the printer. virtual bool printCurrentPage(); - //! Initiates the tqfind-in-page search, if succeed, cursor moved to the first entry + //! Initiates the find-in-page search, if succeed, cursor moved to the first entry virtual void searchWord( const TQString & word, bool forward = true, bool casesensitive = false ); //! Select the content of the whole page |