From dc11a5d512de790baa7666e8cf73e6803aa106a2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:37:52 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- ksquirrel/ksquirrel-libs-configurator/main.cpp | 4 ++-- ksquirrel/main.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ksquirrel/ksquirrel-libs-configurator/main.cpp b/ksquirrel/ksquirrel-libs-configurator/main.cpp index 1614ba5..3923236 100644 --- a/ksquirrel/ksquirrel-libs-configurator/main.cpp +++ b/ksquirrel/ksquirrel-libs-configurator/main.cpp @@ -23,9 +23,9 @@ #include "klc.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) diff --git a/ksquirrel/main.cpp b/ksquirrel/main.cpp index 372503f..5c25f1c 100644 --- a/ksquirrel/main.cpp +++ b/ksquirrel/main.cpp @@ -41,7 +41,7 @@ /* ****************************************************************** */ // Our command line options -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { {"+[file to open]", I18N_NOOP("File to be opened at startup."), 0}, {"l", I18N_NOOP("Print found libraries and exit."), 0}, @@ -52,7 +52,7 @@ static KCmdLineOptions options[] = {"nocategories", I18N_NOOP("Categories"), 0}, {"nomountview", I18N_NOOP("Mount view"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[])