diff options
Diffstat (limited to 'tdescreensaver/kxsconfig/kxsconfig.cpp')
-rw-r--r-- | tdescreensaver/kxsconfig/kxsconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdescreensaver/kxsconfig/kxsconfig.cpp b/tdescreensaver/kxsconfig/kxsconfig.cpp index 520d177a..d5f0ac53 100644 --- a/tdescreensaver/kxsconfig/kxsconfig.cpp +++ b/tdescreensaver/kxsconfig/kxsconfig.cpp @@ -317,11 +317,11 @@ static const char description[] = I18N_NOOP("TDE X Screen Saver Configuration to static const char version[] = "3.0.0"; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"+screensaver", I18N_NOOP("Filename of the screen saver to configure"), 0}, {"+[savername]", I18N_NOOP("Optional screen saver name used in messages"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; static const char *defaults[] = { |