diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:09:27 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-23 02:38:43 +0200 |
| commit | afdc76e8bceaafffeea4d3434885910ce9524334 (patch) | |
| tree | 168df9b80f447ed0e4dc15c2f22656fa72aac228 /src/kchmviewwindow.cpp | |
| parent | a833a96d866a449cb60e01b40d161d2a8c741425 (diff) | |
| download | kchmviewer-afdc76e8bceaafffeea4d3434885910ce9524334.tar.gz kchmviewer-afdc76e8bceaafffeea4d3434885910ce9524334.zip | |
Rename old tq methods that no longer need a unique name
(cherry picked from commit c9d6a7478114a66f06bfdde4ad9164cce03e4149)
Diffstat (limited to 'src/kchmviewwindow.cpp')
| -rw-r--r-- | src/kchmviewwindow.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/kchmviewwindow.cpp b/src/kchmviewwindow.cpp index fc77d3e..118e4b6 100644 --- a/src/kchmviewwindow.cpp +++ b/src/kchmviewwindow.cpp @@ -132,11 +132,11 @@ bool KCHMViewWindow::openUrl ( const TQString& origurl ) void KCHMViewWindow::handleStartPageAsImage( TQString & link ) { // Handle pics - if ( link.tqendsWith( ".jpg", false ) - || link.tqendsWith( ".jpeg", false ) - || link.tqendsWith( ".gif", false ) - || link.tqendsWith( ".png", false ) - || link.tqendsWith( ".bmp", false ) ) + if ( link.endsWith( ".jpg", false ) + || link.endsWith( ".jpeg", false ) + || link.endsWith( ".gif", false ) + || link.endsWith( ".png", false ) + || link.endsWith( ".bmp", false ) ) link += LCHMUrlFactory::getInternalUriExtension(); } @@ -274,7 +274,7 @@ void KCHMViewWindow::updateNavigationToolbar( ) if ( mainWindow ) { - mainWindow->navigationToolbar()->updateIcontqStatus( + mainWindow->navigationToolbar()->updateIconStatus( m_historyCurrentPos > 0, m_historyCurrentPos < (m_history.size() - 1) ); } |
