diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
commit | fe0432259a73c5b048cf34ea30f525ed2af392ce (patch) | |
tree | ab887d531fd1bc5d5e5e711f10a49e8e89f15cae /khexedit | |
parent | 34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (diff) | |
download | tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.tar.gz tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'khexedit')
-rw-r--r-- | khexedit/main.cc | 4 |
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 ); |