From 6108ee97934394f219a87a0a5cf6ff9047e171e7 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 23 Jan 2003 07:11:25 +0000 Subject: [PATCH] Use KCmdLineLastOption svn path=/trunk/kdebase/ksysguard/; revision=202148 --- clients/kwmtheme/cli_installer/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/kwmtheme/cli_installer/main.cpp b/clients/kwmtheme/cli_installer/main.cpp index 88b3067bbc..e4fb4ed893 100644 --- a/clients/kwmtheme/cli_installer/main.cpp +++ b/clients/kwmtheme/cli_installer/main.cpp @@ -10,11 +10,11 @@ static const char *description = I18N_NOOP("Installs a KWM theme"); - + static KCmdLineOptions options[] = { { "+[file]", I18N_NOOP("Path to a theme config file"), 0 }, - { 0, 0, 0 } + KCmdLineLastOption }; void copy(const QString &src, const QString &dest)