From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- libkcal/calformat.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libkcal/calformat.cpp') diff --git a/libkcal/calformat.cpp b/libkcal/calformat.cpp index 5035622b3..e506b8dfe 100644 --- a/libkcal/calformat.cpp +++ b/libkcal/calformat.cpp @@ -70,9 +70,9 @@ TQString CalFormat::createUniqueId() TQTime::currentTime().minute() + TQTime::currentTime().second() + TQTime::currentTime().msec(); TQString uidStr = TQString("%1-%2.%3") - .tqarg(mApplication) - .tqarg(KApplication::random()) - .tqarg(hashTime); + .arg(mApplication) + .arg(KApplication::random()) + .arg(hashTime); return uidStr; } -- cgit v1.2.1