summaryrefslogtreecommitdiffstats
path: root/tderesources/slox/kcalresourceslox.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-14 21:13:28 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-14 21:13:28 -0600
commitb45a5c12cc8dc547a847e25b1457ddac1ea27cae (patch)
tree54cde4846788afcea4649d12f988446a37c33c9f /tderesources/slox/kcalresourceslox.cpp
parent559acdeb36a99c534984a3186e8b91920b06424d (diff)
downloadtdepim-b45a5c12cc8dc547a847e25b1457ddac1ea27cae.tar.gz
tdepim-b45a5c12cc8dc547a847e25b1457ddac1ea27cae.zip
Finish renaming kresources->tderesources.
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"