Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Michele Calgaro 4 months ago
parent 939172bc31
commit dcf49643f4
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -68,8 +68,8 @@ class KdeAppView(TQWidget):
KMessageBox.error(self, i18n("Could not find a suitable HTML component"))
return
TQObject.connect(self._html, SIGNAL("setWindowCaption(const TQString&)"), self.slotSetTitle)
TQObject.connect(self._html, SIGNAL("setStatusBarText(const TQString&)"), self.slotOnURL)
TQObject.connect(self._html, TQ_SIGNAL("setWindowCaption(const TQString&)"), self.slotSetTitle)
TQObject.connect(self._html, TQ_SIGNAL("setStatusBarText(const TQString&)"), self.slotOnURL)
def print_(self,p,height,width):
pass

Loading…
Cancel
Save