diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:38:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:38:52 -0600 |
commit | 5075b3a008195981bf4bea3e3e54df524883f06d (patch) | |
tree | 0ec0a0ac83fb56b00d392a8217dd28f8b07cb834 /src/piklab-hex/main.cpp | |
parent | dca4b260f029db8fbb9a33bfb2b0a2aa9a28edf1 (diff) | |
download | piklab-5075b3a008195981bf4bea3e3e54df524883f06d.tar.gz piklab-5075b3a008195981bf4bea3e3e54df524883f06d.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/piklab-hex/main.cpp')
-rw-r--r-- | src/piklab-hex/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/piklab-hex/main.cpp b/src/piklab-hex/main.cpp index 70796bb..7be9fa7 100644 --- a/src/piklab-hex/main.cpp +++ b/src/piklab-hex/main.cpp @@ -17,8 +17,8 @@ #include "common/global/about.h" //----------------------------------------------------------------------------- -const KCmdLineOptions OPTIONS[] = { - KCmdLineLastOption +const TDECmdLineOptions OPTIONS[] = { + TDECmdLineLastOption }; const CLI::CommandData CLI::NORMAL_COMMAND_DATA[] = { @@ -40,8 +40,8 @@ const CLI::PropertyData CLI::PROPERTY_DATA[] = { { 0, 0, 0, 0, 0, 0 } }; -const KCmdLineOptions CLI::OPTIONS[] = { - KCmdLineLastOption +const TDECmdLineOptions CLI::OPTIONS[] = { + TDECmdLineLastOption }; const CLI::FillOptions CLI::FILL_OPTIONS[] = { |