From fe0432259a73c5b048cf34ea30f525ed2af392ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:48:02 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- ark/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ark') diff --git a/ark/main.cpp b/ark/main.cpp index f5281c8..b010124 100644 --- a/ark/main.cpp +++ b/ark/main.cpp @@ -45,7 +45,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // ark includes #include "arkapp.h" -static KCmdLineOptions option[] = +static TDECmdLineOptions option[] = { { "extract", I18N_NOOP( "Open extract dialog, quit when finished" ), 0 }, { "extract-to", I18N_NOOP( "Extract 'archive' to 'folder'. Quit when finished.\n" @@ -59,7 +59,7 @@ static KCmdLineOptions option[] = { "+[folder]", I18N_NOOP( "Folder to extract to" ), 0 }, { "+[files]", I18N_NOOP( "Files to be added" ), 0 }, { "+[archive]", I18N_NOOP( "Open 'archive'" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KDE_EXPORT int kdemain( int argc, char *argv[] ) -- cgit v1.2.1