diff options
Diffstat (limited to 'khexedit/main.cc')
-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 ); |