diff options
Diffstat (limited to 'quanta/src/document.cpp')
| -rw-r--r-- | quanta/src/document.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/document.cpp b/quanta/src/document.cpp index 49b3d195..8e667b3b 100644 --- a/quanta/src/document.cpp +++ b/quanta/src/document.cpp @@ -2793,7 +2793,7 @@ void Document::convertCase() progressDlg.setLabel(i18n("Changing tag and attribute case. This may take some time, depending on the document complexity.")); progressDlg.setAllowCancel(false); progressDlg.show(); - kapp->eventLoop()->processEvents( TQEventLoop::ExcludeUserInput | TQEventLoop::ExcludeSocketNotifiers); + tdeApp->eventLoop()->processEvents( TQEventLoop::ExcludeUserInput | TQEventLoop::ExcludeSocketNotifiers); KProgress *pBar = progressDlg.progressBar(); pBar->setValue(0); pBar->setTotalSteps(nodeNum); |
