From aae5ebe5008a41fe4a4767092d7e17600abf6725 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 Jan 2025 18:26:41 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- knode/kncleanup.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'knode/kncleanup.cpp') diff --git a/knode/kncleanup.cpp b/knode/kncleanup.cpp index 8b2849a9..089ebfef 100644 --- a/knode/kncleanup.cpp +++ b/knode/kncleanup.cpp @@ -57,13 +57,13 @@ void KNCleanUp::start() for ( TQValueList::Iterator it = mColList.begin(); it != mColList.end(); ++it ) { if ( (*it)->type() == KNCollection::CTgroup ) { d_lg->showMessage( i18n("Deleting expired articles in %1").arg( (*it)->name() ) ); - kapp->processEvents(); + tdeApp->processEvents(); expireGroup( static_cast( (*it) ) ); d_lg->doProgress(); } else if ( (*it)->type() == KNCollection::CTfolder ) { d_lg->showMessage( i18n("Compacting folder %1").arg( (*it)->name() ) ); - kapp->processEvents(); + tdeApp->processEvents(); compactFolder( static_cast( (*it) ) ); d_lg->doProgress(); } @@ -255,7 +255,7 @@ KNCleanUp::ProgressDialog::ProgressDialog(int steps) p_rogress=0; s_teps=steps; - setCaption(kapp->makeStdCaption(i18n("Cleaning Up"))); + setCaption(tdeApp->makeStdCaption(i18n("Cleaning Up"))); setFixedSize(w,h); TQFrame *top=new TQFrame(this); -- cgit v1.2.3