From 520c05ef06ce203ad32470730f68402bc7719157 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 27 Feb 2012 02:13:42 -0600 Subject: Automated update from qt3 --- examples/richtext/richtext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/richtext') diff --git a/examples/richtext/richtext.cpp b/examples/richtext/richtext.cpp index ec549a3ad..066af1f36 100644 --- a/examples/richtext/richtext.cpp +++ b/examples/richtext/richtext.cpp @@ -100,7 +100,7 @@ MyRichText::MyRichText( TQWidget *parent, const char *name ) bPrev->setEnabled( FALSE ); - connect( bClose, SIGNAL( clicked() ), qApp, SLOT( quit() ) ); + connect( bClose, SIGNAL( clicked() ), tqApp, SLOT( quit() ) ); connect( bPrev, SIGNAL( clicked() ), this, SLOT( prev() ) ); connect( bNext, SIGNAL( clicked() ), this, SLOT( next() ) ); -- cgit v1.2.1