diff options
Diffstat (limited to 'src/kchmcontentswindow.cpp')
| -rw-r--r-- | src/kchmcontentswindow.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/kchmcontentswindow.cpp b/src/kchmcontentswindow.cpp index 7415df3..b98b444 100644 --- a/src/kchmcontentswindow.cpp +++ b/src/kchmcontentswindow.cpp @@ -76,7 +76,7 @@ void KCHMContentsWindow::refillTableOfContents( )  	if ( !::mainWindow->chmFile()->parseTableOfContents( &data )  	|| data.size() == 0 )  	{ -		qWarning ("CHM toc present but is empty; wrong parsing?"); +		tqWarning ("CHM toc present but is empty; wrong parsing?");  		return;  	} | 
