summaryrefslogtreecommitdiffstats
path: root/sip/khtml/khtml_part.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/khtml/khtml_part.sip')
-rw-r--r--sip/khtml/khtml_part.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/khtml/khtml_part.sip b/sip/khtml/khtml_part.sip
index 1f2615a..711ebac 100644
--- a/sip/khtml/khtml_part.sip
+++ b/sip/khtml/khtml_part.sip
@@ -43,7 +43,7 @@ public:
KHTMLPart (KHTMLView*, TQObject* /TransferThis/ = 0, const char* = 0, KHTMLPart::GUIProfile = DefaultGUI );
virtual bool openURL (const KURL&);
virtual bool closeURL ();
- virtual void showError (KIO::Job*);
+ virtual void showError (TDEIO::Job*);
DOM::HTMLDocument htmlDocument () const;
DOM::Document document () const;
DOM::Node activeNode () const;