diff options
Diffstat (limited to 'kmix/main.cpp')
-rw-r--r-- | kmix/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/main.cpp b/kmix/main.cpp index e81fa21b..b85b329c 100644 --- a/kmix/main.cpp +++ b/kmix/main.cpp @@ -31,9 +31,9 @@ static const char description[] = I18N_NOOP("KMix - TDE's full featured mini mixer"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; |