From 30c51f3ccaed167149bb872d52097fe82f13194d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:39:37 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- tdesudo/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdesudo/main.cpp b/tdesudo/main.cpp index 0a1b9b0..a736e7e 100644 --- a/tdesudo/main.cpp +++ b/tdesudo/main.cpp @@ -42,7 +42,7 @@ static const char *description = // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "u ", I18N_NOOP("sets a runas user"), 0 }, { "c ", I18N_NOOP("The command to execute"), 0 }, @@ -58,7 +58,7 @@ static KCmdLineOptions options[] = { "comment ", I18N_NOOP("The comment that should be displayed in the dialog"), 0}, { "noignorebutton", I18N_NOOP("Do not display « ignore » button"), 0 }, { "+command", I18N_NOOP("The command to execute"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv)