From ebabab113252ed75baf5c8181937f14c55a8886b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:18:52 -0600 Subject: Rename additional global TQt functions --- src/kchmviewwindow.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kchmviewwindow.cpp') diff --git a/src/kchmviewwindow.cpp b/src/kchmviewwindow.cpp index c0c1a4c..394df67 100644 --- a/src/kchmviewwindow.cpp +++ b/src/kchmviewwindow.cpp @@ -90,7 +90,7 @@ TQString KCHMViewWindow::makeURLabsolute ( const TQString & url, bool set_as_bas } } -//qDebug ("KCHMViewWindow::makeURLabsolute (%s) -> (%s)", url.ascii(), newurl.ascii()); +//tqDebug ("KCHMViewWindow::makeURLabsolute (%s) -> (%s)", url.ascii(), newurl.ascii()); return newurl; } @@ -107,7 +107,7 @@ bool KCHMViewWindow::openUrl ( const TQString& origurl ) { // If a new chm file is opened here, and we do not use KCHMLPart, we better abort if ( chmfile != ::mainWindow->getOpenedFileName() && appConfig.m_kdeUseTQTextBrowser ) - qFatal("KCHMViewWindow::openUrl(): opened new chm file %s while current is %s", + 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 @@ -267,9 +267,9 @@ void KCHMViewWindow::updateNavigationToolbar( ) { // Dump navigation for debugging #if 0 - qDebug("\nNavigation dump (%d entries, current pos %d)", m_history.size(), m_historyCurrentPos ); + tqDebug("\nNavigation dump (%d entries, current pos %d)", m_history.size(), m_historyCurrentPos ); for ( unsigned int i = 0; i < m_history.size(); i++ ) - qDebug("[%02d]: %s [%d]", i, m_history[i].getUrl().ascii(), m_history[i].getScrollPosition()); + tqDebug("[%02d]: %s [%d]", i, m_history[i].getUrl().ascii(), m_history[i].getScrollPosition()); #endif if ( mainWindow ) -- cgit v1.2.3