summaryrefslogtreecommitdiffstats
path: root/libkcal/calformat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/calformat.cpp')
-rw-r--r--libkcal/calformat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/calformat.cpp b/libkcal/calformat.cpp
index e506b8df..c29437ac 100644
--- a/libkcal/calformat.cpp
+++ b/libkcal/calformat.cpp
@@ -71,7 +71,7 @@ TQString CalFormat::createUniqueId()
TQTime::currentTime().msec();
TQString uidStr = TQString("%1-%2.%3")
.arg(mApplication)
- .arg(KApplication::random())
+ .arg(TDEApplication::random())
.arg(hashTime);
return uidStr;
}