summaryrefslogtreecommitdiffstats
path: root/ksplashml
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:44:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:44:17 -0600
commit5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd (patch)
treea5eb4cb7c4754e533de65c5adee17d783e426425 /ksplashml
parent98eb308fc180d9bea71f448b262ab796353ac904 (diff)
downloadtdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.tar.gz
tdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'ksplashml')
-rw-r--r--ksplashml/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksplashml/main.cpp b/ksplashml/main.cpp
index 8dd826d40..ecbbe9eea 100644
--- a/ksplashml/main.cpp
+++ b/ksplashml/main.cpp
@@ -27,14 +27,14 @@
#include "wndmain.h"
-static KCmdLineOptions options[] = {
+static TDECmdLineOptions options[] = {
{ "managed", I18N_NOOP("Execute KSplash in MANAGED mode"),0 },
{ "test", I18N_NOOP("Run in test mode"), 0 },
{ "nofork", I18N_NOOP("Do not fork into the background"), 0 },
{ "theme <argument>", I18N_NOOP("Override theme"), "" },
{ "nodcop", I18N_NOOP("Do not attempt to start DCOP server"),0 },
{ "steps <number>", I18N_NOOP("Number of steps"), "7" },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char **argv )