From d89e9d5c72950630acb1ae639799ada743903b6b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:11:05 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/notes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notes.cpp') diff --git a/src/notes.cpp b/src/notes.cpp index 870c7af..733f7f2 100644 --- a/src/notes.cpp +++ b/src/notes.cpp @@ -258,7 +258,7 @@ bool TNote::saveHTML(const KURL& fname, const TQString& origname, const TQString TQString epilog = i18n("Exported from %1 by KnowIt %2, %3."); ts << "


" << epilog.tqarg(origname) .tqarg(VERSION) - .tqarg(TQDateTime::tqcurrentDateTime().toString()) << "\n\n"; + .tqarg(TQDateTime::currentDateTime().toString()) << "\n\n"; ts << "\n\n\n"; return true; } -- cgit v1.2.1