summaryrefslogtreecommitdiffstats
path: root/examples/SQL/frmconnect.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SQL/frmconnect.py')
-rw-r--r--examples/SQL/frmconnect.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/SQL/frmconnect.py b/examples/SQL/frmconnect.py
index 430f5b2..7945f42 100644
--- a/examples/SQL/frmconnect.py
+++ b/examples/SQL/frmconnect.py
@@ -104,8 +104,8 @@ class frmConnect(TQDialog):
frmConnectLayout.addWidget(self.grpConnection,0,0)
- self.connect(self.buttonOK,SIGNAL("clicked()"),self,SLOT("accept()"))
- self.connect(self.buttonCancel,SIGNAL("clicked()"),self,SLOT("reject()"))
+ self.connect(self.buttonOK,TQ_SIGNAL("clicked()"),self,TQ_SLOT("accept()"))
+ self.connect(self.buttonCancel,TQ_SIGNAL("clicked()"),self,TQ_SLOT("reject()"))
self.setTabOrder(self.txtName,self.txtPasswd)
self.setTabOrder(self.txtPasswd,self.cmbServer)