summaryrefslogtreecommitdiffstats
path: root/kmouth/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmouth/main.cpp')
-rw-r--r--kmouth/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/main.cpp b/kmouth/main.cpp
index 960018d..779de1b 100644
--- a/kmouth/main.cpp
+++ b/kmouth/main.cpp
@@ -29,10 +29,10 @@ static const char description[] =
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP("History file to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};