diff options
Diffstat (limited to 'kmag/main.cpp')
-rw-r--r-- | kmag/main.cpp | 4 |
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 }; |