summaryrefslogtreecommitdiffstats
path: root/libkcal
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal')
-rw-r--r--libkcal/DESIGN2
-rw-r--r--libkcal/customproperties.cpp6
-rw-r--r--libkcal/customproperties.h2
-rw-r--r--libkcal/kcal_manager.desktop2
-rw-r--r--libkcal/local.desktop6
-rw-r--r--libkcal/localdir.desktop6
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics6
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics2
-rw-r--r--libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all24
-rw-r--r--libkcal/tests/testfb.cpp2
18 files changed, 37 insertions, 37 deletions
diff --git a/libkcal/DESIGN b/libkcal/DESIGN
index 37023c1a..aecd10e8 100644
--- a/libkcal/DESIGN
+++ b/libkcal/DESIGN
@@ -41,7 +41,7 @@ The get-method that returns the schedulingID checks if this is set
at all. If not, it returns the UID. And when the incidence is saved in
iCal, the schedulingID (i.e. the UID if no SID is there) is saved in
the iCal UID field, and if schedulingID is not null, the UID of the
-incidence is saved in X-KDE-LIBKCAL-ID. The reason for this is
+incidence is saved in X-TDE-LIBKCAL-ID. The reason for this is
compatibility with other iCal based applications, because they expect
the UID of the invitation to be saved in the iCal UID field. In the
Kolab resource XML format, there is a tag <scheduling-id> where it is
diff --git a/libkcal/customproperties.cpp b/libkcal/customproperties.cpp
index ca31645a..7940d23c 100644
--- a/libkcal/customproperties.cpp
+++ b/libkcal/customproperties.cpp
@@ -60,7 +60,7 @@ void CustomProperties::setCustomProperty(const TQCString &app, const TQCString &
{
if (value.isNull() || key.isEmpty() || app.isEmpty())
return;
- TQCString property = "X-KDE-" + app + "-" + key;
+ TQCString property = "X-TDE-" + app + "-" + key;
if (!checkName(property))
return;
mProperties[property] = value;
@@ -69,12 +69,12 @@ void CustomProperties::setCustomProperty(const TQCString &app, const TQCString &
void CustomProperties::removeCustomProperty(const TQCString &app, const TQCString &key)
{
- removeNonKDECustomProperty(TQCString("X-KDE-" + app + "-" + key));
+ removeNonKDECustomProperty(TQCString("X-TDE-" + app + "-" + key));
}
TQString CustomProperties::customProperty(const TQCString &app, const TQCString &key) const
{
- return nonKDECustomProperty(TQCString("X-KDE-" + app + "-" + key));
+ return nonKDECustomProperty(TQCString("X-TDE-" + app + "-" + key));
}
void CustomProperties::setNonKDECustomProperty(const TQCString &name, const TQString &value)
diff --git a/libkcal/customproperties.h b/libkcal/customproperties.h
index c840f69e..e1b020dc 100644
--- a/libkcal/customproperties.h
+++ b/libkcal/customproperties.h
@@ -33,7 +33,7 @@ namespace KCal {
/**
This class represents custom calendar properties.
It is used as a base class for classes which represent calendar components.
- A custom property name written by libkcal has the form X-KDE-APP-KEY where
+ A custom property name written by libkcal has the form X-TDE-APP-KEY where
APP represents the application name, and KEY distinguishes individual
properties for the application.
In keeping with RFC2445, property names must be composed only of the
diff --git a/libkcal/kcal_manager.desktop b/libkcal/kcal_manager.desktop
index a2e57091..263dbd70 100644
--- a/libkcal/kcal_manager.desktop
+++ b/libkcal/kcal_manager.desktop
@@ -60,4 +60,4 @@ Name[zh_TW]=行事曆
Type=Service
ServiceTypes=KResources/Manager
-X-KDE-ResourceFamily=calendar
+X-TDE-ResourceFamily=calendar
diff --git a/libkcal/local.desktop b/libkcal/local.desktop
index 9cf91413..a1ca7a08 100644
--- a/libkcal/local.desktop
+++ b/libkcal/local.desktop
@@ -52,8 +52,8 @@ Name[tr]=Yerel Dosyadaki Takvim
Name[uk]=Календар у локальному файлі
Name[zh_CN]=本地文件中的日历
Name[zh_TW]=本地檔案中的行事曆
-X-KDE-Library=kcal_local
+X-TDE-Library=kcal_local
Type=Service
ServiceTypes=KResources/Plugin
-X-KDE-ResourceFamily=calendar
-X-KDE-ResourceType=file
+X-TDE-ResourceFamily=calendar
+X-TDE-ResourceType=file
diff --git a/libkcal/localdir.desktop b/libkcal/localdir.desktop
index d7e4b413..54e7ac46 100644
--- a/libkcal/localdir.desktop
+++ b/libkcal/localdir.desktop
@@ -52,8 +52,8 @@ Name[tr]=Yerel Dizindeki Takvim
Name[uk]=Календар у локальному каталозі
Name[zh_CN]=本地目录中的日历
Name[zh_TW]=本地目錄中的行事曆
-X-KDE-Library=kcal_localdir
+X-TDE-Library=kcal_localdir
Type=Service
ServiceTypes=KResources/Plugin
-X-KDE-ResourceFamily=calendar
-X-KDE-ResourceType=localdir
+X-TDE-ResourceFamily=calendar
+X-TDE-ResourceType=localdir
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics
index 3e8d8684..fff4fa88 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 days
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics
index 84ff2b68..0bcae4a6 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:Every 3 weeks on Tu\, Sa and Su
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics
index d2065905..1fccb050 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 hours
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics
index f2a55fd4..437c42af 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics
@@ -17,7 +17,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 hours 3 minutes
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT4H3M
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics
index ef7311eb..4a65cd39 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:Every 2 months on the 24th
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics
index 4d65ed9a..db3e221a 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics
@@ -15,15 +15,15 @@ BEGIN:VALARM
DESCRIPTION:At login
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
BEGIN:VALARM
DESCRIPTION:At login
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:-P9DT35S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
-X-KDE-KALARM-TYPE:LOGIN
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-TYPE:LOGIN
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics
index f141388f..8ab3ae73 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:every 3 years on the 3. tuesday in may and november
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics
index 3f71409d..13bbdbc6 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:every 2 months on the 2nd-to-last wednesday
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics
index 8912493e..14d76646 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics
@@ -17,7 +17,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 minutes
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT16M
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics
index db2b5eb8..06751468 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:every 2 years on the 27. of march\, july and november
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all
index da63af3f..fe0fac38 100644
--- a/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all
+++ b/libkcal/tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all
@@ -16,7 +16,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 days
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -36,7 +36,7 @@ BEGIN:VALARM
DESCRIPTION:Every 3 weeks on Tu\, Sa and Su
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -56,7 +56,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 hours
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -77,7 +77,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 hours 3 minutes
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT4H3M
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -97,7 +97,7 @@ BEGIN:VALARM
DESCRIPTION:Every 2 months on the 24th
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -116,15 +116,15 @@ BEGIN:VALARM
DESCRIPTION:At login
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
BEGIN:VALARM
DESCRIPTION:At login
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:-P9DT35S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
-X-KDE-KALARM-TYPE:LOGIN
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-TYPE:LOGIN
END:VALARM
END:VEVENT
@@ -144,7 +144,7 @@ BEGIN:VALARM
DESCRIPTION:every 3 years on the 3. tuesday in may and november
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -164,7 +164,7 @@ BEGIN:VALARM
DESCRIPTION:every 2 months on the 2nd-to-last wednesday
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -185,7 +185,7 @@ BEGIN:VALARM
DESCRIPTION:Every 4 minutes
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT16M
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
@@ -205,7 +205,7 @@ BEGIN:VALARM
DESCRIPTION:every 2 years on the 27. of march\, july and november
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:PT0S
-X-KDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
+X-TDE-KALARM-FONTCOLOR:#ff0000\;#000000\;
END:VALARM
END:VEVENT
diff --git a/libkcal/tests/testfb.cpp b/libkcal/tests/testfb.cpp
index c72d0071..81982792 100644
--- a/libkcal/tests/testfb.cpp
+++ b/libkcal/tests/testfb.cpp
@@ -37,7 +37,7 @@ int main( int, char ** )
"VERSION:2.0\n"
"BEGIN:VFREEBUSY\n"
"ORGANIZER:MAILTO:test3@kdab.net\n"
- "X-KDE-Foo:bla\n"
+ "X-TDE-Foo:bla\n"
"DTSTAMP:20071202T152453Z\n"
"URL:http://mail.kdab.net/freebusy/test3%40kdab.net.ifb\n"
"DTSTART:19700101T000000Z\n"