diff options
author | Michele Calgaro <[email protected]> | 2025-01-20 18:26:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-03 21:44:59 +0900 |
commit | 52bf4ce9dd80ed5179fe6be622626c3376c0da99 (patch) | |
tree | 15d3c15b63288acf6505ced3d265f55cef05cf98 /kooka | |
parent | 169841a34676151ac67711c7d05c6343fdf50697 (diff) | |
download | tdegraphics-52bf4ce9dd80ed5179fe6be622626c3376c0da99.tar.gz tdegraphics-52bf4ce9dd80ed5179fe6be622626c3376c0da99.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/kooka.cpp | 2 | ||||
-rw-r--r-- | kooka/ksaneocr.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kooka/kooka.cpp b/kooka/kooka.cpp index af8f5dd6..41b8d959 100644 --- a/kooka/kooka.cpp +++ b/kooka/kooka.cpp @@ -459,7 +459,7 @@ void Kooka::slEnableWarnings( ) { KMessageBox::information (this, i18n("All messages and warnings will now be shown.")); KMessageBox::enableAllMessages(); - kapp->config()->reparseConfiguration(); + tdeApp->config()->reparseConfiguration(); } #include "kooka.moc" diff --git a/kooka/ksaneocr.cpp b/kooka/ksaneocr.cpp index 0f73aa5c..577a9fc9 100644 --- a/kooka/ksaneocr.cpp +++ b/kooka/ksaneocr.cpp @@ -489,7 +489,7 @@ void KSANEOCR::startOCRProcess( void ) /* starting the animation, setting fields disabled */ m_ocrProcessDia->startOCR(); - kapp->processEvents(); + tdeApp->processEvents(); if( m_ocrEngine == OCRAD ) { startOCRAD(); |