diff options
Diffstat (limited to 'doc/html/i18n.html')
-rw-r--r-- | doc/html/i18n.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/i18n.html b/doc/html/i18n.html index e606ce293..7ecb35ee4 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -458,7 +458,7 @@ example presenting dates and times using the locally preferred formats. Such localizations can be accomplished using appropriate tr() strings. <p> <pre> - void Clock::setTime(const <a href="qtime.html">TQTime</a>& t) + void Clock::setTime(const <a href="tqtime.html">TQTime</a>& t) { if ( tr("AMPM") == "AMPM" ) { // 12-hour clock |