diff options
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(); |