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 --- tdescreensaver/random.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdescreensaver/random.cpp') diff --git a/tdescreensaver/random.cpp b/tdescreensaver/random.cpp index 37b3eece4..c214f54c6 100644 --- a/tdescreensaver/random.cpp +++ b/tdescreensaver/random.cpp @@ -50,13 +50,13 @@ static const char description[] = I18N_NOOP("Start a random TDE screen 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 }, // { "+-- [options]", I18N_NOOP("Options to pass to the screen saver"), 0 } - KCmdLineLastOption + TDECmdLineLastOption }; //---------------------------------------------------------------------------- -- cgit v1.2.1