diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:11:05 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-31 01:06:06 +0200 |
| commit | 6218cec7a7e0b0c8243a9bc9153193a78ba96daf (patch) | |
| tree | 7c6760add66f89dcfb8c88e17756323dc09c1276 /src/notes.cpp | |
| parent | 247f18cb1cde4152de84b5a9b973cc6a68b2d417 (diff) | |
| download | knowit-6218cec7a7e0b0c8243a9bc9153193a78ba96daf.tar.gz knowit-6218cec7a7e0b0c8243a9bc9153193a78ba96daf.zip | |
Rename old tq methods that no longer need a unique name
(cherry picked from commit d89e9d5c72950630acb1ae639799ada743903b6b)
Diffstat (limited to 'src/notes.cpp')
| -rw-r--r-- | src/notes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notes.cpp b/src/notes.cpp index 6bf96ab..500650a 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; } |
