summaryrefslogtreecommitdiffstats
path: root/kmplot
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot')
-rw-r--r--kmplot/kmplot/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmplot/kmplot/main.cpp b/kmplot/kmplot/main.cpp
index 25549a79..1e0577a6 100644
--- a/kmplot/kmplot/main.cpp
+++ b/kmplot/kmplot/main.cpp
@@ -42,10 +42,10 @@
static const char description[] =
I18N_NOOP( "Mathematical function plotter for TDE" );
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP( "File to open" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};