summaryrefslogtreecommitdiffstats
path: root/src/notes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notes.cpp')
-rw-r--r--src/notes.cpp2
1 files changed, 1 insertions, 1 deletions
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 << "<br><br><br><small>" << epilog.tqarg(origname)
.tqarg(VERSION)
- .tqarg(TQDateTime::tqcurrentDateTime().toString()) << "</small>\n\n";
+ .tqarg(TQDateTime::currentDateTime().toString()) << "</small>\n\n";
ts << "</body>\n</html>\n\n";
return true;
}