summaryrefslogtreecommitdiffstats
path: root/khexedit/main.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:48:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:48:02 -0600
commitfe0432259a73c5b048cf34ea30f525ed2af392ce (patch)
treeab887d531fd1bc5d5e5e711f10a49e8e89f15cae /khexedit/main.cc
parent34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (diff)
downloadtdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.tar.gz
tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'khexedit/main.cc')
-rw-r--r--khexedit/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/main.cc b/khexedit/main.cc
index 0f5e644..d687ce9 100644
--- a/khexedit/main.cc
+++ b/khexedit/main.cc
@@ -35,11 +35,11 @@ static const char description[] =
static const char version[] = APP_VERSION_STRING;
-static KCmdLineOptions option[] =
+static TDECmdLineOptions option[] =
{
{ "offset <offset>", I18N_NOOP("Jump to 'offset'"), 0 },
{ "+[file(s)]", I18N_NOOP("File(s) to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
static uint parseDecimalOrHexadecimal( char *buf );