|
|
|
@ -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
|
|
|
|
|