summaryrefslogtreecommitdiffstats
path: root/nsplugins
diff options
context:
space:
mode:
Diffstat (limited to 'nsplugins')
-rw-r--r--nsplugins/pluginscan.cpp4
1 files changed, 2 insertions, 2 deletions
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
};