diff options
Diffstat (limited to 'doc/i18n.doc')
-rw-r--r-- | doc/i18n.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/i18n.doc b/doc/i18n.doc index fec6ef570..400e77d3d 100644 --- a/doc/i18n.doc +++ b/doc/i18n.doc @@ -497,7 +497,7 @@ formats. Such localizations can be accomplished using appropriate tr() strings. \code - void Clock::setTime(const QTime& t) + void Clock::setTime(const TQTime& t) { if ( tr("AMPM") == "AMPM" ) { // 12-hour clock |