diff options
Diffstat (limited to 'kget/main.cpp')
-rw-r--r-- | kget/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kget/main.cpp b/kget/main.cpp index 824bd9e6..5c107ec3 100644 --- a/kget/main.cpp +++ b/kget/main.cpp @@ -47,10 +47,10 @@ static const char description[] = I18N_NOOP("An advanced download manager for TD static const char version[] = KGETVERSION; -static KCmdLineOptions option[] = { +static TDECmdLineOptions option[] = { { "showDropTarget", I18N_NOOP("Start KGet with drop target"), 0 }, {"+[URL(s)]", I18N_NOOP("URL(s) to download"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; static void cleanup(void); |