diff options
Diffstat (limited to 'src/kchmviewwindow.cpp')
| -rw-r--r-- | src/kchmviewwindow.cpp | 8 | 
1 files changed, 4 insertions, 4 deletions
| 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 ) | 
