summaryrefslogtreecommitdiffstats
path: root/src/notes.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:11:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:11:05 -0600
commitd89e9d5c72950630acb1ae639799ada743903b6b (patch)
tree909a7f38494a5a0dd860f9aee17e053b787460a6 /src/notes.cpp
parent1bc598742e8dcd7c3f72d892b2c3dd618496b79c (diff)
downloadknowit-d89e9d5c72950630acb1ae639799ada743903b6b.tar.gz
knowit-d89e9d5c72950630acb1ae639799ada743903b6b.zip
Rename old tq methods that no longer need a unique name
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;
}