diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:18:52 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:18:52 -0600 |
| commit | ebabab113252ed75baf5c8181937f14c55a8886b (patch) | |
| tree | 54cd41c7941b9f4df75f4017d7cab61a63b8d74c /src/kchmcontentswindow.cpp | |
| parent | a06972de3036b2c2cc2b49a6a100cede2358541f (diff) | |
| download | kchmviewer-ebabab11.tar.gz kchmviewer-ebabab11.zip | |
Rename additional global TQt functions
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; } |
