diff options
Diffstat (limited to 'tdescreensaver')
-rw-r--r-- | tdescreensaver/random.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; //---------------------------------------------------------------------------- |