From 5075b3a008195981bf4bea3e3e54df524883f06d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:38:52 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/piklab-prog/cmdline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/piklab-prog/cmdline.cpp') diff --git a/src/piklab-prog/cmdline.cpp b/src/piklab-prog/cmdline.cpp index 2f206a2..13ac144 100644 --- a/src/piklab-prog/cmdline.cpp +++ b/src/piklab-prog/cmdline.cpp @@ -52,11 +52,11 @@ const CLI::CommandData CLI::NORMAL_COMMAND_DATA[] = { { 0, NoCommandProperty, 0 } }; -const KCmdLineOptions CLI::OPTIONS[] = { +const TDECmdLineOptions CLI::OPTIONS[] = { { "r", 0, 0 }, { "range ", I18N_NOOP("Memory range to operate on."), 0 }, { "range-list", I18N_NOOP("Return the list of memory ranges."), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; //----------------------------------------------------------------------------- -- cgit v1.2.1