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/kxsconfig/kxsconfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdescreensaver/kxsconfig/kxsconfig.cpp') 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[] = { -- cgit v1.2.1