From c410ec66cc4b4c62e450ced0df9197709b19f527 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 16:39:08 -0600 Subject: Fix aboutTQt --- qtjava/javalib/examples/helpviewer/HelpWindow.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qtjava/javalib/examples/helpviewer') 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() -- cgit v1.2.3