summaryrefslogtreecommitdiffstats
path: root/libkcal
diff options
context:
space:
mode:
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 2467e83d..dd03ed55 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 b2cd5b9c..626f5a52 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 d2be3b71..7e3770a3 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 c08af78e..eeadbaae 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 b6502ec8..a4f10113 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 8ad8f169..e65803b1 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 cbcec669..8102c099 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 cbcec669..8102c099 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 37694ae7..09b65aa6 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 31f8d9b1..54b53683 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 810a0a6c..304569c0 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 )