diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:38:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:38:52 -0600 |
commit | 5075b3a008195981bf4bea3e3e54df524883f06d (patch) | |
tree | 0ec0a0ac83fb56b00d392a8217dd28f8b07cb834 /src/piklab-prog | |
parent | dca4b260f029db8fbb9a33bfb2b0a2aa9a28edf1 (diff) | |
download | piklab-5075b3a008195981bf4bea3e3e54df524883f06d.tar.gz piklab-5075b3a008195981bf4bea3e3e54df524883f06d.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/piklab-prog')
-rw-r--r-- | src/piklab-prog/cmdline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <name>", I18N_NOOP("Memory range to operate on."), 0 }, { "range-list", I18N_NOOP("Return the list of memory ranges."), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; //----------------------------------------------------------------------------- |