From 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:17 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kdesktop/lock/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdesktop/lock/main.cc') diff --git a/kdesktop/lock/main.cc b/kdesktop/lock/main.cc index 5481468f7..ae7500d1d 100644 --- a/kdesktop/lock/main.cc +++ b/kdesktop/lock/main.cc @@ -153,14 +153,14 @@ bool MyApp::x11EventFilter( XEvent *ev ) } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "forcelock", I18N_NOOP("Force session locking"), 0 }, { "dontlock", I18N_NOOP("Only start screensaver"), 0 }, { "securedialog", I18N_NOOP("Launch the secure dialog"), 0 }, { "blank", I18N_NOOP("Only use the blank screensaver"), 0 }, { "internal ", I18N_NOOP("TDE internal command for background process loading"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; void restore_hidden_override_redirect_windows() { -- cgit v1.2.3