From 5466d52073af147d100482cbf633087bb9fb631b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:46:01 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kinit/tdelauncher_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kinit') diff --git a/kinit/tdelauncher_main.cpp b/kinit/tdelauncher_main.cpp index b4e26eded..3ceadf84c 100644 --- a/kinit/tdelauncher_main.cpp +++ b/kinit/tdelauncher_main.cpp @@ -44,10 +44,10 @@ static void sig_handler(int sig_num) TDELauncher::destruct(255); } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "new-startup", "Internal", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KDE_EXPORT int kdemain( int argc, char**argv ) -- cgit v1.2.1