From dd42a9fb94d315140072a6fb51e7987cf54783df Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:42:56 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- konq-plugins/fsview/main.cpp | 4 ++-- ksig/main.cpp | 4 ++-- tdefile-plugins/lnk/lnkforward.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/konq-plugins/fsview/main.cpp b/konq-plugins/fsview/main.cpp index a2086c2..4be2f3b 100644 --- a/konq-plugins/fsview/main.cpp +++ b/konq-plugins/fsview/main.cpp @@ -14,10 +14,10 @@ #include "fsview.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[folder]", I18N_NOOP("View filesystem starting from this folder"), 0 }, - KCmdLineLastOption // End of options. + TDECmdLineLastOption // End of options. }; int main(int argc, char* argv[]) diff --git a/ksig/main.cpp b/ksig/main.cpp index 8b8a7e5..868a7f0 100644 --- a/ksig/main.cpp +++ b/ksig/main.cpp @@ -26,11 +26,11 @@ static const char description[] = I18N_NOOP("KSig"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "random", I18N_NOOP("Display a random signature"), 0}, { "daily", I18N_NOOP("Display a signature for the day"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) diff --git a/tdefile-plugins/lnk/lnkforward.cpp b/tdefile-plugins/lnk/lnkforward.cpp index 6161a15..891e032 100644 --- a/tdefile-plugins/lnk/lnkforward.cpp +++ b/tdefile-plugins/lnk/lnkforward.cpp @@ -40,12 +40,12 @@ static const char description[] = I18N_NOOP("TDE tool for opening URLs given in static const char version[] = "1.0"; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "map ", I18N_NOOP("Map a Windows drive to a local mountpoint, e.g. \"C=/mnt/windows\"" "\nThis option can be given multiple times"), 0}, { "+URL", I18N_NOOP("Windows .lnk file to open"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; //--------------------------------------------------------------------------------