summaryrefslogtreecommitdiffstats
path: root/examples/opengl/box/globjwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/box/globjwin.cpp')
-rw-r--r--examples/opengl/box/globjwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/box/globjwin.cpp b/examples/opengl/box/globjwin.cpp
index f4af52c36..4d88f2401 100644
--- a/examples/opengl/box/globjwin.cpp
+++ b/examples/opengl/box/globjwin.cpp
@@ -25,7 +25,7 @@ GLObjectWindow::GLObjectWindow( TQWidget* parent, const char* name )
// Create a menu
TQPopupMenu *file = new TQPopupMenu( this );
- file->insertItem( "Exit", qApp, SLOT(tquit()), CTRL+Key_Q );
+ file->insertItem( "Exit", qApp, SLOT(quit()), CTRL+Key_Q );
// Create a menu bar
TQMenuBar *m = new TQMenuBar( this );