diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
commit | fe0432259a73c5b048cf34ea30f525ed2af392ce (patch) | |
tree | ab887d531fd1bc5d5e5e711f10a49e8e89f15cae /ark | |
parent | 34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (diff) | |
download | tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.tar.gz tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'ark')
-rw-r--r-- | ark/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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[] ) |