diff options
Diffstat (limited to 'kcoloredit/main.cpp')
-rw-r--r-- | kcoloredit/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcoloredit/main.cpp b/kcoloredit/main.cpp index b9a091f4..f20effea 100644 --- a/kcoloredit/main.cpp +++ b/kcoloredit/main.cpp @@ -27,10 +27,10 @@ static const char description[] = // 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 }; |