summaryrefslogtreecommitdiffstats
path: root/libkcal
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 /libkcal
parent28bf0c14b571dd696a51e62aa4b18c06d20816af (diff)
downloadtdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz
tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'libkcal')
-rw-r--r--libkcal/convertqtopia.cpp4
-rw-r--r--libkcal/tests/readandwrite.cpp4
-rw-r--r--libkcal/tests/testcalendar.cpp4
-rw-r--r--libkcal/tests/testfields.cpp4
-rw-r--r--libkcal/tests/testincidence.cpp4
-rw-r--r--libkcal/tests/testrecurprevious.cpp4
-rw-r--r--libkcal/tests/testrecurrence.cpp4
-rw-r--r--libkcal/tests/testrecurrencetype.cpp4
-rw-r--r--libkcal/tests/testrecurson.cpp4
-rw-r--r--libkcal/tests/testresource.cpp4
-rw-r--r--libkcal/tests/testvcalexport.cpp4
11 files changed, 22 insertions, 22 deletions
diff --git a/libkcal/convertqtopia.cpp b/libkcal/convertqtopia.cpp
index 2467e83d0..dd03ed556 100644
--- a/libkcal/convertqtopia.cpp
+++ b/libkcal/convertqtopia.cpp
@@ -36,7 +36,7 @@
using namespace KCal;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"q", 0, 0 },
{"qtopia2icalendar", I18N_NOOP("Convert TQtopia calendar file to iCalendar"), 0 },
@@ -45,7 +45,7 @@ static const KCmdLineOptions options[] =
{"o", 0, 0},
{"output <file>", I18N_NOOP("Output file"), 0 },
{"+input", I18N_NOOP("Input file"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc,char **argv)
diff --git a/libkcal/tests/readandwrite.cpp b/libkcal/tests/readandwrite.cpp
index b2cd5b9c4..626f5a52a 100644
--- a/libkcal/tests/readandwrite.cpp
+++ b/libkcal/tests/readandwrite.cpp
@@ -36,12 +36,12 @@ extern "C" {
using namespace KCal;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "verbose", "Verbose output", 0 },
{ "+input", "Name of input file", 0 },
{ "+output", "Name of output file", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char **argv )
diff --git a/libkcal/tests/testcalendar.cpp b/libkcal/tests/testcalendar.cpp
index d2be3b714..7e3770a3a 100644
--- a/libkcal/tests/testcalendar.cpp
+++ b/libkcal/tests/testcalendar.cpp
@@ -29,10 +29,10 @@
using namespace KCal;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"verbose", "Verbose output", 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc,char **argv)
diff --git a/libkcal/tests/testfields.cpp b/libkcal/tests/testfields.cpp
index c08af78e1..eeadbaae5 100644
--- a/libkcal/tests/testfields.cpp
+++ b/libkcal/tests/testfields.cpp
@@ -31,10 +31,10 @@
using namespace KCal;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"verbose", "Verbose output", 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc,char **argv)
diff --git a/libkcal/tests/testincidence.cpp b/libkcal/tests/testincidence.cpp
index b6502ec8f..a4f101133 100644
--- a/libkcal/tests/testincidence.cpp
+++ b/libkcal/tests/testincidence.cpp
@@ -31,10 +31,10 @@
using namespace KCal;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"verbose", "Verbose output", 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc,char **argv)
diff --git a/libkcal/tests/testrecurprevious.cpp b/libkcal/tests/testrecurprevious.cpp
index 8ad8f169b..e65803b12 100644
--- a/libkcal/tests/testrecurprevious.cpp
+++ b/libkcal/tests/testrecurprevious.cpp
@@ -38,12 +38,12 @@ extern "C" {
using namespace KCal;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "verbose", "Verbose output", 0 },
{ "+input", "Name of input file", 0 },
{ "[+output]", "optional name of output file for the recurrence dates", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
diff --git a/libkcal/tests/testrecurrence.cpp b/libkcal/tests/testrecurrence.cpp
index cbcec6697..8102c0991 100644
--- a/libkcal/tests/testrecurrence.cpp
+++ b/libkcal/tests/testrecurrence.cpp
@@ -38,12 +38,12 @@ extern "C" {
using namespace KCal;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "verbose", "Verbose output", 0 },
{ "+input", "Name of input file", 0 },
{ "[+output]", "optional name of output file for the recurrence dates", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
diff --git a/libkcal/tests/testrecurrencetype.cpp b/libkcal/tests/testrecurrencetype.cpp
index cbcec6697..8102c0991 100644
--- a/libkcal/tests/testrecurrencetype.cpp
+++ b/libkcal/tests/testrecurrencetype.cpp
@@ -38,12 +38,12 @@ extern "C" {
using namespace KCal;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "verbose", "Verbose output", 0 },
{ "+input", "Name of input file", 0 },
{ "[+output]", "optional name of output file for the recurrence dates", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
diff --git a/libkcal/tests/testrecurson.cpp b/libkcal/tests/testrecurson.cpp
index 37694ae7b..09b65aa64 100644
--- a/libkcal/tests/testrecurson.cpp
+++ b/libkcal/tests/testrecurson.cpp
@@ -38,12 +38,12 @@ extern "C" {
using namespace KCal;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "verbose", "Verbose output", 0 },
{ "+input", "Name of input file", 0 },
{ "[+output]", "optional name of output file for the recurrence dates", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
diff --git a/libkcal/tests/testresource.cpp b/libkcal/tests/testresource.cpp
index 31f8d9b10..54b536831 100644
--- a/libkcal/tests/testresource.cpp
+++ b/libkcal/tests/testresource.cpp
@@ -45,11 +45,11 @@
#include "icalformat.h"
#include "event.h"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "resource <type>", "The resource to test", 0 },
{ "configfile <file>", "Location of a config file for the resource", 0 },
- KCmdLineLastOption // End of options
+ TDECmdLineLastOption // End of options
};
int main(int argc, char *argv[])
diff --git a/libkcal/tests/testvcalexport.cpp b/libkcal/tests/testvcalexport.cpp
index 810a0a6cc..304569c06 100644
--- a/libkcal/tests/testvcalexport.cpp
+++ b/libkcal/tests/testvcalexport.cpp
@@ -40,12 +40,12 @@ extern "C" {
using namespace KCal;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "verbose", "Verbose output", 0 },
{ "+input", "Name of input file", 0 },
{ "+output", "Name of output file", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char **argv )