From fe0432259a73c5b048cf34ea30f525ed2af392ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:48:02 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- khexedit/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khexedit') 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 ", I18N_NOOP("Jump to 'offset'"), 0 }, { "+[file(s)]", I18N_NOOP("File(s) to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; static uint parseDecimalOrHexadecimal( char *buf ); -- cgit v1.2.1