summaryrefslogtreecommitdiffstats
path: root/examples2/dragdrop.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples2/dragdrop.py')
-rwxr-xr-xexamples2/dragdrop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/dragdrop.py b/examples2/dragdrop.py
index 5ea9171..0a7177b 100755
--- a/examples2/dragdrop.py
+++ b/examples2/dragdrop.py
@@ -52,6 +52,6 @@ addStuff( mw3, 1, 1 )
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()'))
app.exec_loop()