diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:39:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:39:37 -0600 |
commit | 30c51f3ccaed167149bb872d52097fe82f13194d (patch) | |
tree | feedbc3b4a96a33603ddf87f988f2cb3119a2ded | |
parent | f4a915484c9d5b4baacc87ad418220a266e510ad (diff) | |
download | tdesudo-30c51f3ccaed167149bb872d52097fe82f13194d.tar.gz tdesudo-30c51f3ccaed167149bb872d52097fe82f13194d.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | tdesudo/main.cpp | 4 |
1 files 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 <runas>", I18N_NOOP("sets a runas user"), 0 }, { "c <command>", I18N_NOOP("The command to execute"), 0 }, @@ -58,7 +58,7 @@ static KCmdLineOptions options[] = { "comment <dialog text>", 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) |