Use KCmdLineLastOption

svn path=/trunk/kdebase/ksysguard/; revision=202148
This commit is contained in:
Laurent Montel 2003-01-23 07:11:25 +00:00
parent 739d1c454c
commit 6108ee9793

View file

@ -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)