diff options
Diffstat (limited to 'examples/helpdemo/main.cpp')
-rw-r--r-- | examples/helpdemo/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helpdemo/main.cpp b/examples/helpdemo/main.cpp index c044c1797..8cb339954 100644 --- a/examples/helpdemo/main.cpp +++ b/examples/helpdemo/main.cpp @@ -6,6 +6,6 @@ int main( int argc, char ** argv ) TQApplication a( argc, argv ); HelpDemo help; help.show(); - a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( tquit() ) ); + a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) ); return a.exec(); } |