summaryrefslogtreecommitdiffstats
path: root/src/piklab-hex/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/piklab-hex/main.cpp')
-rw-r--r--src/piklab-hex/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/piklab-hex/main.cpp b/src/piklab-hex/main.cpp
index 70796bb..7be9fa7 100644
--- a/src/piklab-hex/main.cpp
+++ b/src/piklab-hex/main.cpp
@@ -17,8 +17,8 @@
#include "common/global/about.h"
//-----------------------------------------------------------------------------
-const KCmdLineOptions OPTIONS[] = {
- KCmdLineLastOption
+const TDECmdLineOptions OPTIONS[] = {
+ TDECmdLineLastOption
};
const CLI::CommandData CLI::NORMAL_COMMAND_DATA[] = {
@@ -40,8 +40,8 @@ const CLI::PropertyData CLI::PROPERTY_DATA[] = {
{ 0, 0, 0, 0, 0, 0 }
};
-const KCmdLineOptions CLI::OPTIONS[] = {
- KCmdLineLastOption
+const TDECmdLineOptions CLI::OPTIONS[] = {
+ TDECmdLineLastOption
};
const CLI::FillOptions CLI::FILL_OPTIONS[] = {