From ef5a04df564ad5c27406c41fb55e32ad3aa39d25 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 27 Feb 2012 17:55:22 -0600 Subject: Rename tqt3 color functions --- qtjava/javalib/examples/helpviewer/HelpWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtjava/javalib/examples/helpviewer/HelpWindow.java') diff --git a/qtjava/javalib/examples/helpviewer/HelpWindow.java b/qtjava/javalib/examples/helpviewer/HelpWindow.java index d220d35e..d5c6858d 100644 --- a/qtjava/javalib/examples/helpviewer/HelpWindow.java +++ b/qtjava/javalib/examples/helpviewer/HelpWindow.java @@ -61,7 +61,7 @@ HelpWindow( String home_, String _path, file.insertItem( tr("&Print"), this, SLOT(" print()"), new TQKeySequence(CTRL+Key_P) ); file.insertSeparator(); file.insertItem( tr("&Close"), this, SLOT(" close()"), new TQKeySequence(CTRL+Key_Q) ); - file.insertItem( tr("E&xit"), qApp(), SLOT(" closeAllWindows()"), new TQKeySequence(CTRL+Key_X) ); + file.insertItem( tr("E&xit"), tqApp(), SLOT(" closeAllWindows()"), new TQKeySequence(CTRL+Key_X) ); // The same three icons are used twice each. TQIconSet icon_back = new TQIconSet( new TQPixmap("back.xpm") ); -- cgit v1.2.3