summaryrefslogtreecommitdiffstats
path: root/ark/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ark/main.cpp')
-rw-r--r--ark/main.cpp4
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[] )