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-hex/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/piklab-hex') 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[] = { -- cgit v1.2.1