diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:31:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:31:10 -0600 |
commit | b1c4289b409936e994435cbea3ca3b8c404eff52 (patch) | |
tree | 5aa9027c490e9bff97ad5d085f696833866c824c | |
parent | 63f3e182f5d0560553c28b3e830dae75701a6b17 (diff) | |
download | adept-b1c4289b409936e994435cbea3ca3b8c404eff52.tar.gz adept-b1c4289b409936e994435cbea3ca3b8c404eff52.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | adept/batch/main.cpp | 4 | ||||
-rw-r--r-- | adept/installer/main.cpp | 4 | ||||
-rw-r--r-- | adept/manager/main.cpp | 4 | ||||
-rw-r--r-- | adept/updater/main.cpp | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/adept/batch/main.cpp b/adept/batch/main.cpp index c4c09f6..0fe86d1 100644 --- a/adept/batch/main.cpp +++ b/adept/batch/main.cpp @@ -6,10 +6,10 @@ #include "app.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+command", I18N_NOOP("Command"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) diff --git a/adept/installer/main.cpp b/adept/installer/main.cpp index 6837a0d..65d6583 100644 --- a/adept/installer/main.cpp +++ b/adept/installer/main.cpp @@ -6,9 +6,9 @@ #include "app.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) diff --git a/adept/manager/main.cpp b/adept/manager/main.cpp index 5c33449..c0fd1d6 100644 --- a/adept/manager/main.cpp +++ b/adept/manager/main.cpp @@ -6,9 +6,9 @@ #include "app.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) diff --git a/adept/updater/main.cpp b/adept/updater/main.cpp index 5eaa4db..f162618 100644 --- a/adept/updater/main.cpp +++ b/adept/updater/main.cpp @@ -6,9 +6,9 @@ #include "app.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |