summaryrefslogtreecommitdiffstats
path: root/examples/chart/chartform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/chart/chartform.cpp')
-rw-r--r--examples/chart/chartform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chart/chartform.cpp b/examples/chart/chartform.cpp
index 4317b8f0..43b26af7 100644
--- a/examples/chart/chartform.cpp
+++ b/examples/chart/chartform.cpp
@@ -126,7 +126,7 @@ ChartForm::ChartForm( const TQString& filename )
connect( optionsSetOptionsAction, SIGNAL( activated() ),
this, SLOT( optionsSetOptions() ) );
- fileQuitAction = new TQAction( "Quit", "&Quit", CTRL+Key_Q, this, "tquit" );
+ fileQuitAction = new TQAction( "Quit", "&Quit", CTRL+Key_Q, this, "quit" );
connect( fileQuitAction, SIGNAL( activated() ), this, SLOT( fileQuit() ) );