summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:31:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:31:10 -0600
commitb1c4289b409936e994435cbea3ca3b8c404eff52 (patch)
tree5aa9027c490e9bff97ad5d085f696833866c824c
parent63f3e182f5d0560553c28b3e830dae75701a6b17 (diff)
downloadadept-b1c4289b.tar.gz
adept-b1c4289b.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--adept/batch/main.cpp4
-rw-r--r--adept/installer/main.cpp4
-rw-r--r--adept/manager/main.cpp4
-rw-r--r--adept/updater/main.cpp4
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[])