summaryrefslogtreecommitdiffstats
path: root/khotkeys/update/update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/update/update.cpp')
-rw-r--r--khotkeys/update/update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/update/update.cpp b/khotkeys/update/update.cpp
index 19e503ac5..58fd42050 100644
--- a/khotkeys/update/update.cpp
+++ b/khotkeys/update/update.cpp
@@ -57,6 +57,6 @@ int main( int argc, char* argv[] )
}
settings.write_settings();
TQByteArray data;
- kapp->dcopClient()->send( "khotkeys*", "khotkeys", "reread_configuration()", data );
+ tdeApp->dcopClient()->send( "khotkeys*", "khotkeys", "reread_configuration()", data );
return 0;
}