diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:39:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:39:43 -0600 |
commit | e57b0bd3983c7f1fa1743585d9df68cf5fc8c710 (patch) | |
tree | 4d2b595e796f2022600f13af91b58f09b9f2d3de /src | |
parent | 55034205acdf694016b2b40b2525b97437b7337f (diff) | |
download | tdesvn-e57b0bd3983c7f1fa1743585d9df68cf5fc8c710.tar.gz tdesvn-e57b0bd3983c7f1fa1743585d9df68cf5fc8c710.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/askpass/tdesvn-askpass.cpp | 4 | ||||
-rw-r--r-- | src/main.cpp | 4 | ||||
-rw-r--r-- | src/tdesvnd/main.cpp | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/askpass/tdesvn-askpass.cpp b/src/askpass/tdesvn-askpass.cpp index 358e7ee..b6985a3 100644 --- a/src/askpass/tdesvn-askpass.cpp +++ b/src/askpass/tdesvn-askpass.cpp @@ -25,10 +25,10 @@ #include <kpassdlg.h> #include <iostream> -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[prompt]", I18N_NOOP("prompt"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char** argv) diff --git a/src/main.cpp b/src/main.cpp index 9692e0a..b96a933 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,7 +33,7 @@ static const char description[] = static const char version[] = VERSION; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "r startrev[:endrev]",I18N_NOOP("Execute single subversion command on specific revision(-range)"),0}, {"R",I18N_NOOP("Ask for revision when executing single command"),0}, @@ -42,7 +42,7 @@ static KCmdLineOptions options[] = {"l <number>",I18N_NOOP("Limit log output to <number>"),0}, { "+exec <command>",I18N_NOOP("Execute subversion command (\"exec help\" for more information)"),0}, { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) diff --git a/src/tdesvnd/main.cpp b/src/tdesvnd/main.cpp index 0f97859..5557db9 100644 --- a/src/tdesvnd/main.cpp +++ b/src/tdesvnd/main.cpp @@ -33,9 +33,9 @@ static const char description[] = static const char version[] = "0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main (int argc, char *argv[]) |