summaryrefslogtreecommitdiffstats
path: root/kmail/index.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 18:26:41 +0900
committerMichele Calgaro <[email protected]>2025-01-20 18:26:41 +0900
commitaae5ebe5008a41fe4a4767092d7e17600abf6725 (patch)
tree97002e11e1564bceeda4fb4b3b04164bb9e72286 /kmail/index.cpp
parent69779eb81c20b80b56ab698f44a944efd6107a74 (diff)
downloadtdepim-rename/tdeapp.tar.gz
tdepim-rename/tdeapp.zip
Use tdeApprename/tdeapp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmail/index.cpp')
-rw-r--r--kmail/index.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/index.cpp b/kmail/index.cpp
index c21e15d5b..f9b157d2f 100644
--- a/kmail/index.cpp
+++ b/kmail/index.cpp
@@ -264,7 +264,7 @@ void KMMsgIndex::clear() {
void KMMsgIndex::maintenance() {
#ifdef HAVE_INDEXLIB
- if ( mState != s_idle || kapp->hasPendingEvents() ) {
+ if ( mState != s_idle || tdeApp->hasPendingEvents() ) {
TQTimer::singleShot( 8000, this, TQ_SLOT( maintenance() ) );
return;
}
@@ -305,7 +305,7 @@ int KMMsgIndex::addMessage( TQ_UINT32 serNum ) {
void KMMsgIndex::act() {
kdDebug( 5006 ) << "KMMsgIndex::act()" << endl;
- if ( kapp->hasPendingEvents() ) {
+ if ( tdeApp->hasPendingEvents() ) {
//nah, some other time..
mTimer->start( 500 );
mSlowDown = true;
@@ -561,7 +561,7 @@ void KMMsgIndex::Search::act() {
mState = s_emitting;
// fall throu
case s_emitting:
- if ( kapp->hasPendingEvents() ) {
+ if ( tdeApp->hasPendingEvents() ) {
//nah, some other time..
mTimer->start( 250 );
mState = s_emitstopped;