summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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[])