summaryrefslogtreecommitdiffstats
path: root/ksquirrel
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:37:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:37:52 -0600
commitdc11a5d512de790baa7666e8cf73e6803aa106a2 (patch)
tree380fa43c3368a01ed6a3bc69ad65976f6a3e3d45 /ksquirrel
parentc51f03ddd7af3ecb5f550e43bbe725a5a813f255 (diff)
downloadksquirrel-dc11a5d512de790baa7666e8cf73e6803aa106a2.tar.gz
ksquirrel-dc11a5d512de790baa7666e8cf73e6803aa106a2.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'ksquirrel')
-rw-r--r--ksquirrel/ksquirrel-libs-configurator/main.cpp4
-rw-r--r--ksquirrel/main.cpp4
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[])