diff options
Diffstat (limited to 'ktouch/src/main.cpp')
-rw-r--r-- | ktouch/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/main.cpp b/ktouch/src/main.cpp index 3f43d290..7f8fbcf1 100644 --- a/ktouch/src/main.cpp +++ b/ktouch/src/main.cpp @@ -21,9 +21,9 @@ static const char description[] = static const char version[] = "1.5.3"; -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Training file to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |