diff options
Diffstat (limited to 'khotkeys/kcontrol/menuedit.cpp')
-rw-r--r-- | khotkeys/kcontrol/menuedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/kcontrol/menuedit.cpp b/khotkeys/kcontrol/menuedit.cpp index 199f59750..efab89d8b 100644 --- a/khotkeys/kcontrol/menuedit.cpp +++ b/khotkeys/kcontrol/menuedit.cpp @@ -194,7 +194,7 @@ void khotkeys_send_reread_config() if( !kapp->dcopClient()->isApplicationRegistered( "khotkeys" )) { kdDebug( 1217 ) << "launching new khotkeys daemon" << endl; - KApplication::kdeinitExec( "khotkeys" ); + KApplication::tdeinitExec( "khotkeys" ); } else { |