From 72fa4d867755de40115f176774478957a19405d7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:05 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- tdescreensaver/xsavers/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdescreensaver/xsavers') diff --git a/tdescreensaver/xsavers/main.cpp b/tdescreensaver/xsavers/main.cpp index 6ebb0e2d..053e6584 100644 --- a/tdescreensaver/xsavers/main.cpp +++ b/tdescreensaver/xsavers/main.cpp @@ -28,13 +28,13 @@ static const char appName[] = "klock"; static const char description[] = I18N_NOOP("TDE Screen Lock/Saver"); static const char version[] = "2.0.0"; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "setup", I18N_NOOP("Setup screen saver"), 0 }, { "window-id wid", I18N_NOOP("Run in the specified XWindow"), 0 }, { "root", I18N_NOOP("Run in the root XWindow"), 0 }, { "demo", I18N_NOOP("Start screen saver in demo mode"), "default"}, - KCmdLineLastOption + TDECmdLineLastOption }; static void crashHandler( int /*sig*/ ) -- cgit v1.2.3