diff options
Diffstat (limited to 'qtjava/javalib/examples/helpviewer/HelpWindow.java')
-rw-r--r-- | qtjava/javalib/examples/helpviewer/HelpWindow.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qtjava/javalib/examples/helpviewer/HelpWindow.java b/qtjava/javalib/examples/helpviewer/HelpWindow.java index 1da9c337..d220d35e 100644 --- a/qtjava/javalib/examples/helpviewer/HelpWindow.java +++ b/qtjava/javalib/examples/helpviewer/HelpWindow.java @@ -79,7 +79,7 @@ HelpWindow( String home_, String _path, TQPopupMenu help = new TQPopupMenu( this ); help.insertItem( tr("&About ..."), this, SLOT(" about()") ); - help.insertItem( tr("About &Qt ..."), this, SLOT(" aboutQt()") ); + help.insertItem( tr("About &Qt ..."), this, SLOT(" aboutTQt()") ); hist = new TQPopupMenu( this ); Iterator it = history.iterator(); @@ -232,9 +232,9 @@ void about() } -void aboutQt() +void aboutTQt() { - TQMessageBox.aboutQt( this, "TQBrowser" ); + TQMessageBox.aboutTQt( this, "TQBrowser" ); } void openFile() |