summaryrefslogtreecommitdiffstats
path: root/examples/action
diff options
context:
space:
mode:
Diffstat (limited to 'examples/action')
-rw-r--r--examples/action/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/action/application.cpp b/examples/action/application.cpp
index 2151c8f6b..2571379d3 100644
--- a/examples/action/application.cpp
+++ b/examples/action/application.cpp
@@ -94,7 +94,7 @@ ApplicationWindow::ApplicationWindow()
fileQuitAction = new TQAction( "Quit", "&Quit", CTRL+Key_Q, this,
"quit" );
- connect( fileQuitAction, SIGNAL( activated() ) , qApp,
+ connect( fileQuitAction, SIGNAL( activated() ) , tqApp,
SLOT( closeAllWindows() ) );
// populate a tool bar with some actions