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 75b00184e..ccd9b771f 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -492,7 +492,7 @@ void MyWidget::languageChange() } </pre> -<p> The default event handler for <a href="ntqwidget.html">TQWidget</a> subclasses responds to the +<p> The default event handler for <a href="tqwidget.html">TQWidget</a> subclasses responds to the <a href="ntqevent.html#Type-enum">LanguageChange</a> event, and will call this slot when necessary; other application components can also connect signals to this slot to force widgets to update themselves. |