From 27f46d6031d41aa6ce071885a7e280e1097680e1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 8 Jan 2024 11:54:27 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 7d5aea7e8497095f76841f3dd8f2eab9c4cb58aa) --- examples/SQL/dbconnect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/SQL/dbconnect.py') diff --git a/examples/SQL/dbconnect.py b/examples/SQL/dbconnect.py index 75887e6..557d3d6 100755 --- a/examples/SQL/dbconnect.py +++ b/examples/SQL/dbconnect.py @@ -42,7 +42,7 @@ class dbConnect(frmConnect): self.txtPasswd.setText(self.password) list(map(self.cmbServer.insertItem, self.hostnames)) list(map(self.cmbDatabase.insertItem, self.databases)) - self.connect(self.buttonHelp, SIGNAL("clicked()"), + self.connect(self.buttonHelp, TQ_SIGNAL("clicked()"), self.buttonHelp_clicked) def accept(self): -- cgit v1.2.3