diff options
Diffstat (limited to 'libkcal/calformat.cpp')
-rw-r--r-- | libkcal/calformat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/calformat.cpp b/libkcal/calformat.cpp index e506b8dfe..c29437ac5 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; } |