diff options
Diffstat (limited to 'examples/SQL/runsqlex.py')
-rwxr-xr-x | examples/SQL/runsqlex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/SQL/runsqlex.py b/examples/SQL/runsqlex.py index 4f35e52..989b8c3 100755 --- a/examples/SQL/runsqlex.py +++ b/examples/SQL/runsqlex.py @@ -143,7 +143,7 @@ class MainWindow(SqlEx): if __name__ == "__main__": a = TQApplication(sys.argv) - TQObject.connect(a,SIGNAL("lastWindowClosed()"),a,SLOT("quit()")) + TQObject.connect(a,TQ_SIGNAL("lastWindowClosed()"),a,TQ_SLOT("quit()")) w = MainWindow() a.setMainWidget(w) w.show() |