summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kdpkg-install/main.cpp4
-rw-r--r--kdpkg/main.cpp4
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
};