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

@ -14,7 +14,7 @@ static const char *description =
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)