summaryrefslogtreecommitdiffstats
path: root/client/config
diff options
context:
space:
mode:
Diffstat (limited to 'client/config')
-rw-r--r--client/config/themes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/config/themes.cpp b/client/config/themes.cpp
index 1688874..2199b15 100644
--- a/client/config/themes.cpp
+++ b/client/config/themes.cpp
@@ -239,7 +239,7 @@ bool IconThemesConfig::installThemes( const TQStringList &themes, const TQString
KTar archive( archiveName );
archive.open( IO_ReadOnly );
- kapp->processEvents();
+ tdeApp->processEvents();
const KArchiveDirectory* rootDir = archive.directory();
@@ -249,7 +249,7 @@ bool IconThemesConfig::installThemes( const TQStringList &themes, const TQString
progressDiag.setLabel(
i18n( "<qt>Installing <strong>%1</strong> theme</qt>" )
.arg( *it ) );
- kapp->processEvents();
+ tdeApp->processEvents();
if ( progressDiag.wasCancelled() )
break;