From 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:17 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- nsplugins/pluginscan.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsplugins') diff --git a/nsplugins/pluginscan.cpp b/nsplugins/pluginscan.cpp index f5da34fd1..a0a24452e 100644 --- a/nsplugins/pluginscan.cpp +++ b/nsplugins/pluginscan.cpp @@ -516,10 +516,10 @@ void sigChildHandler(int) errno = saved_errno; } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "verbose", I18N_NOOP("Show progress output for GUI"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.3