summaryrefslogtreecommitdiffstats
path: root/src/piklab-coff/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/piklab-coff/main.cpp')
-rw-r--r--src/piklab-coff/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/piklab-coff/main.cpp b/src/piklab-coff/main.cpp
index dff1b68..3d88eba 100644
--- a/src/piklab-coff/main.cpp
+++ b/src/piklab-coff/main.cpp
@@ -17,8 +17,8 @@
#include "coff/base/coff_archive.h"
//-----------------------------------------------------------------------------
-const KCmdLineOptions OPTIONS[] = {
- KCmdLineLastOption
+const TDECmdLineOptions OPTIONS[] = {
+ TDECmdLineLastOption
};
const CLI::CommandData CLI::NORMAL_COMMAND_DATA[] = {
@@ -39,8 +39,8 @@ const CLI::PropertyData CLI::PROPERTY_DATA[] = {
{ 0, 0, 0, 0, 0, 0 }
};
-const KCmdLineOptions CLI::OPTIONS[] = {
- KCmdLineLastOption
+const TDECmdLineOptions CLI::OPTIONS[] = {
+ TDECmdLineLastOption
};
//-----------------------------------------------------------------------------