From 98fe2a53a79a3c1ae295d0bd3b4346ae89a8fa9d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:37:29 -0600 Subject: Remove additional unneeded tq method conversions --- src/knowitpref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/knowitpref.cpp') diff --git a/src/knowitpref.cpp b/src/knowitpref.cpp index 217b4ab..6324600 100644 --- a/src/knowitpref.cpp +++ b/src/knowitpref.cpp @@ -379,7 +379,7 @@ void KnowitPreferences::slotUpdateDatePreview() if(insertDateItalicButton->isOn()) str +=""; if(insertDateUnderlineButton->isOn()) str += ""; str += "color().name()+"\">"; - str += TQString("%1").tqarg(TQDateTime::currentDateTime().toString(insertDateFormatEdit->text())); + str += TQString("%1").arg(TQDateTime::currentDateTime().toString(insertDateFormatEdit->text())); str += ""; if(insertDateUnderlineButton->isOn()) str += ""; if(insertDateItalicButton->isOn()) str +=""; -- cgit v1.2.1