diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-14 15:08:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-15 16:54:32 +0900 |
commit | d273eb27c1da37ffa15da1a9ca4bc2853e052c6c (patch) | |
tree | f696c6ad38eaf198870473b939bb64c32b85f3ed /kcontrol/spellchecking | |
parent | b8f5a7414bd00abef13ef3ef6557f742849b9191 (diff) | |
download | tdebase-rename/tdeapp.tar.gz tdebase-rename/tdeapp.zip |
Use tdeApprename/tdeapp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/spellchecking')
-rw-r--r-- | kcontrol/spellchecking/spellchecking.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/spellchecking/spellchecking.cpp b/kcontrol/spellchecking/spellchecking.cpp index 0b9611575..5b08f56cf 100644 --- a/kcontrol/spellchecking/spellchecking.cpp +++ b/kcontrol/spellchecking/spellchecking.cpp @@ -56,9 +56,9 @@ void KSpellCheckingConfig::save() { spellConfig->writeGlobalSettings(); TQByteArray data; - if ( !kapp->dcopClient()->isAttached() ) - kapp->dcopClient()->attach(); - kapp->dcopClient()->send( "konqueror*", "KonquerorIface", "reparseConfiguration()", data ); + if ( !tdeApp->dcopClient()->isAttached() ) + tdeApp->dcopClient()->attach(); + tdeApp->dcopClient()->send( "konqueror*", "KonquerorIface", "reparseConfiguration()", data ); } void KSpellCheckingConfig::defaults() |