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-coff | |
parent | dca4b260f029db8fbb9a33bfb2b0a2aa9a28edf1 (diff) | |
download | piklab-5075b3a008195981bf4bea3e3e54df524883f06d.tar.gz piklab-5075b3a008195981bf4bea3e3e54df524883f06d.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/piklab-coff')
-rw-r--r-- | src/piklab-coff/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/piklab-coff/main.cpp b/src/piklab-coff/main.cpp index dff1b68..3d88eba 100644 --- a/src/piklab-coff/main.cpp +++ b/src/piklab-coff/main.cpp @@ -17,8 +17,8 @@ #include "coff/base/coff_archive.h" //----------------------------------------------------------------------------- -const KCmdLineOptions OPTIONS[] = { - KCmdLineLastOption +const TDECmdLineOptions OPTIONS[] = { + TDECmdLineLastOption }; const CLI::CommandData CLI::NORMAL_COMMAND_DATA[] = { @@ -39,8 +39,8 @@ const CLI::PropertyData CLI::PROPERTY_DATA[] = { { 0, 0, 0, 0, 0, 0 } }; -const KCmdLineOptions CLI::OPTIONS[] = { - KCmdLineLastOption +const TDECmdLineOptions CLI::OPTIONS[] = { + TDECmdLineLastOption }; //----------------------------------------------------------------------------- |