summaryrefslogtreecommitdiffstats
path: root/khotkeys/app/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/app/app.cpp')
-rw-r--r--khotkeys/app/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/app/app.cpp b/khotkeys/app/app.cpp
index c95043c9e..670b39b1b 100644
--- a/khotkeys/app/app.cpp
+++ b/khotkeys/app/app.cpp
@@ -144,7 +144,7 @@ int KDE_EXPORT kdemain( int argc, char** argv )
appname.sprintf("khotkeys-screen-%d", khotkeys_screen_number);
// no need to i18n these, no GUI
- KCmdLineArgs::init( argc, argv, appname, I18N_NOOP( "KHotKeys" ),
+ TDECmdLineArgs::init( argc, argv, appname, I18N_NOOP( "KHotKeys" ),
I18N_NOOP( "KHotKeys daemon" ), KHOTKEYS_VERSION );
KUniqueApplication::addCmdLineOptions();
if( !KHotKeysApp::start()) // already running