From b1c4289b409936e994435cbea3ca3b8c404eff52 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:31:10 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- adept/batch/main.cpp | 4 ++-- adept/installer/main.cpp | 4 ++-- adept/manager/main.cpp | 4 ++-- 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[])