From 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:17 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- ksplashml/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksplashml') 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 ", I18N_NOOP("Override theme"), "" }, { "nodcop", I18N_NOOP("Do not attempt to start DCOP server"),0 }, { "steps ", I18N_NOOP("Number of steps"), "7" }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char **argv ) -- cgit v1.2.1