summaryrefslogtreecommitdiffstats
path: root/tderesources/slox/kcalresourceslox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/slox/kcalresourceslox.cpp')
-rw-r--r--tderesources/slox/kcalresourceslox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/slox/kcalresourceslox.cpp b/tderesources/slox/kcalresourceslox.cpp
index bc3acce50..4c2ab12c8 100644
--- a/tderesources/slox/kcalresourceslox.cpp
+++ b/tderesources/slox/kcalresourceslox.cpp
@@ -1317,12 +1317,12 @@ void KCalResourceSlox::cancelUpload()
TQString KCalResourceSlox::sloxIdToEventUid( const TQString &sloxId )
{
- return "KResources_SLOX_Event_" + sloxId;
+ return "TDEResources_SLOX_Event_" + sloxId;
}
TQString KCalResourceSlox::sloxIdToTodoUid( const TQString &sloxId )
{
- return "KResources_SLOX_Todo_" + sloxId;
+ return "TDEResources_SLOX_Todo_" + sloxId;
}
#include "kcalresourceslox.moc"