summaryrefslogtreecommitdiffstats
path: root/kmag
diff options
context:
space:
mode:
Diffstat (limited to 'kmag')
-rw-r--r--kmag/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmag/main.cpp b/kmag/main.cpp
index 72784c1..4cbcbc7 100644
--- a/kmag/main.cpp
+++ b/kmag/main.cpp
@@ -32,10 +32,10 @@ KmagApp *kmagapp;
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP("File to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};