diff options
Diffstat (limited to 'kdpkg-install')
-rw-r--r-- | kdpkg-install/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdpkg-install/main.cpp b/kdpkg-install/main.cpp index ef5538f..07dbd5e 100644 --- a/kdpkg-install/main.cpp +++ b/kdpkg-install/main.cpp @@ -26,10 +26,10 @@ #include <klocale.h> -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("Location to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |