summaryrefslogtreecommitdiffstats
path: root/tderesources
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:16 -0600
commit02fa17d6dd9d871f40038cd9ac615e9e1154724b (patch)
treeaf4cf59b73c929b15d4d147921dec9fd41727608 /tderesources
parent28bf0c14b571dd696a51e62aa4b18c06d20816af (diff)
downloadtdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz
tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tderesources')
-rw-r--r--tderesources/featureplan/benchmarkfeaturelist.cpp4
-rw-r--r--tderesources/featureplan/dumpfeaturelist.cpp4
-rw-r--r--tderesources/groupwise/soap/soapdebug.cpp4
-rw-r--r--tderesources/scalix/scalixadmin/main.cpp4
-rw-r--r--tderesources/scalix/tdeioslave/scalix.cpp4
-rw-r--r--tderesources/slox/testsloxaccounts.cpp4
6 files changed, 12 insertions, 12 deletions
diff --git a/tderesources/featureplan/benchmarkfeaturelist.cpp b/tderesources/featureplan/benchmarkfeaturelist.cpp
index f9f88c5cc..14225d74c 100644
--- a/tderesources/featureplan/benchmarkfeaturelist.cpp
+++ b/tderesources/featureplan/benchmarkfeaturelist.cpp
@@ -32,10 +32,10 @@
#include <iostream>
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+featurelist", "Name of featurelist XML file", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
void displayFeature( Feature *f )
diff --git a/tderesources/featureplan/dumpfeaturelist.cpp b/tderesources/featureplan/dumpfeaturelist.cpp
index a007b70dc..e599f7107 100644
--- a/tderesources/featureplan/dumpfeaturelist.cpp
+++ b/tderesources/featureplan/dumpfeaturelist.cpp
@@ -32,10 +32,10 @@
#include <iostream>
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+featurelist", "Name of featurelist XML file", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
void displayFeature( Feature *f )
diff --git a/tderesources/groupwise/soap/soapdebug.cpp b/tderesources/groupwise/soap/soapdebug.cpp
index e68da9ee1..2e55f1674 100644
--- a/tderesources/groupwise/soap/soapdebug.cpp
+++ b/tderesources/groupwise/soap/soapdebug.cpp
@@ -30,7 +30,7 @@ class ResourceMemory : public ResourceCached
}
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "s", 0, 0 },
{ "server <hostname>", I18N_NOOP("Server"), 0 },
@@ -41,7 +41,7 @@ static const KCmdLineOptions options[] =
{ "f", 0, 0 },
{ "freebusy-user <string>", I18N_NOOP("Free/Busy user name"), 0 },
{ "addressbook-id <string>", I18N_NOOP("Addressbook identifier"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char **argv )
diff --git a/tderesources/scalix/scalixadmin/main.cpp b/tderesources/scalix/scalixadmin/main.cpp
index 6b9192a33..f9e891a50 100644
--- a/tderesources/scalix/scalixadmin/main.cpp
+++ b/tderesources/scalix/scalixadmin/main.cpp
@@ -27,9 +27,9 @@
static const char description[] = I18N_NOOP("Configuration Tool for Scalix Groupware Konnector");
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char **argv )
diff --git a/tderesources/scalix/tdeioslave/scalix.cpp b/tderesources/scalix/tdeioslave/scalix.cpp
index f8b3ff3d1..515da3ee8 100644
--- a/tderesources/scalix/tdeioslave/scalix.cpp
+++ b/tderesources/scalix/tdeioslave/scalix.cpp
@@ -38,12 +38,12 @@ extern "C" {
KDE_EXPORT int kdemain( int argc, char **argv );
}
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+protocol", I18N_NOOP( "Protocol name" ), 0 },
{ "+pool", I18N_NOOP( "Socket name" ), 0 },
{ "+app", I18N_NOOP( "Socket name" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int kdemain( int argc, char **argv )
diff --git a/tderesources/slox/testsloxaccounts.cpp b/tderesources/slox/testsloxaccounts.cpp
index e173134c5..ba1077304 100644
--- a/tderesources/slox/testsloxaccounts.cpp
+++ b/tderesources/slox/testsloxaccounts.cpp
@@ -27,10 +27,10 @@
#include <tqpushbutton.h>
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"verbose", "Verbose output", 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc,char **argv)