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/dragdrop/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dragdrop') diff --git a/examples/dragdrop/main.cpp b/examples/dragdrop/main.cpp index fc5a3e825..2af77d594 100644 --- a/examples/dragdrop/main.cpp +++ b/examples/dragdrop/main.cpp @@ -68,6 +68,6 @@ int main( int argc, char ** argv ) mw3.setCaption( "TQt Example - Drag and Drop" ); mw3.show(); - TQObject::connect(qApp,SIGNAL(lastWindowClosed()),qApp,SLOT(quit())); + TQObject::connect(tqApp,SIGNAL(lastWindowClosed()),tqApp,SLOT(quit())); return a.exec(); } -- cgit v1.2.1