summaryrefslogtreecommitdiffstats
path: root/examples/opengl/texture/globjwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/texture/globjwin.cpp')
-rw-r--r--examples/opengl/texture/globjwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/texture/globjwin.cpp b/examples/opengl/texture/globjwin.cpp
index a6a2e6c04..b02d0d171 100644
--- a/examples/opengl/texture/globjwin.cpp
+++ b/examples/opengl/texture/globjwin.cpp
@@ -36,7 +36,7 @@ GLObjectWindow::GLObjectWindow( TQWidget* parent, const char* name )
file->insertItem( "Toggle Animation", c, SLOT(toggleAnimation()),
CTRL+Key_A );
file->insertSeparator();
- file->insertItem( "Exit", qApp, SLOT(quit()), CTRL+Key_Q );
+ file->insertItem( "Exit", tqApp, SLOT(quit()), CTRL+Key_Q );
// Create a menu bar
TQMenuBar *m = new TQMenuBar( this );