From 08450ac660e8941e05bdcf90e637389e72967931 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:33:23 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kdpkg-install/main.cpp | 4 ++-- 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 -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 -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("Location to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.1