diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 19:39:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 21:02:39 +0900 |
| commit | f989443912807e83607d0bb08a6ff7889632cf17 (patch) | |
| tree | d58e2ad3c6caae9e0105b30c6a80b0c2cd17c0b4 /quanta/src/document.cpp | |
| parent | ba0eac4558cc2044486988c42039afa274a7db87 (diff) | |
| download | tdewebdev-f989443912807e83607d0bb08a6ff7889632cf17.tar.gz tdewebdev-f989443912807e83607d0bb08a6ff7889632cf17.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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); |
