diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:33:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:33:23 -0600 |
commit | 08450ac660e8941e05bdcf90e637389e72967931 (patch) | |
tree | c65d238cf07d76900f90891ccfa375a9fc3ff2f7 | |
parent | c9e6b067410b0c667c39f2de753ebfc4347dc294 (diff) | |
download | kdpkg-08450ac660e8941e05bdcf90e637389e72967931.tar.gz kdpkg-08450ac660e8941e05bdcf90e637389e72967931.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | kdpkg-install/main.cpp | 4 | ||||
-rw-r--r-- | kdpkg/main.cpp | 4 |
2 files changed, 4 insertions, 4 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 }; diff --git a/kdpkg/main.cpp b/kdpkg/main.cpp index 2b55b82..034c355 100644 --- a/kdpkg/main.cpp +++ b/kdpkg/main.cpp @@ -26,10 +26,10 @@ #include <klocale.h> -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("Location to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |