summaryrefslogtreecommitdiffstats
path: root/tdescreensaver/kxsconfig
diff options
context:
space:
mode:
Diffstat (limited to 'tdescreensaver/kxsconfig')
-rw-r--r--tdescreensaver/kxsconfig/kxsconfig.cpp4
-rw-r--r--tdescreensaver/kxsconfig/kxsrun.cpp4
2 files changed, 4 insertions, 4 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[] = {
diff --git a/tdescreensaver/kxsconfig/kxsrun.cpp b/tdescreensaver/kxsconfig/kxsrun.cpp
index 6cc473ef..82ead267 100644
--- a/tdescreensaver/kxsconfig/kxsrun.cpp
+++ b/tdescreensaver/kxsconfig/kxsrun.cpp
@@ -50,11 +50,11 @@ static const char description[] = I18N_NOOP("TDE X Screen Saver Launcher");
static const char version[] = "3.0.0";
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"+screensaver", I18N_NOOP("Filename of the screen saver to start"), 0},
{"+-- [options]", I18N_NOOP("Extra options to pass to the screen saver"), 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char *argv[])