diff options
Diffstat (limited to 'examples/rot13/rot13.cpp')
-rw-r--r-- | examples/rot13/rot13.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rot13/rot13.cpp b/examples/rot13/rot13.cpp index 14b1e79a4..e3d17d87f 100644 --- a/examples/rot13/rot13.cpp +++ b/examples/rot13/rot13.cpp @@ -23,7 +23,7 @@ Rot13::Rot13() TQPushButton * quit = new TQPushButton( "&Quit", this ); quit->setFocusPolicy( NoFocus ); - connect( quit, SIGNAL(clicked()), qApp, SLOT(quit()) ); + connect( quit, SIGNAL(clicked()), tqApp, SLOT(quit()) ); TQGridLayout * l = new TQGridLayout( this, 2, 2, 5 ); l->addWidget( left, 0, 0 ); |