diff options
Diffstat (limited to 'krec/main.cpp')
-rw-r--r-- | krec/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krec/main.cpp b/krec/main.cpp index f59b22ab..8613b209 100644 --- a/krec/main.cpp +++ b/krec/main.cpp @@ -34,9 +34,9 @@ and you will find it there accepting sound\n\ for recording." ); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; |