summaryrefslogtreecommitdiffstats
path: root/sip/khtml
diff options
context:
space:
mode:
Diffstat (limited to 'sip/khtml')
-rw-r--r--sip/khtml/khtml_part.sip2
-rw-r--r--sip/khtml/khtml_part.sip.3232
-rw-r--r--sip/khtml/khtml_part.sip.3302
-rw-r--r--sip/khtml/khtml_settings.sip4
4 files changed, 5 insertions, 5 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;
diff --git a/sip/khtml/khtml_part.sip.323 b/sip/khtml/khtml_part.sip.323
index f4b39b1..b338cc6 100644
--- a/sip/khtml/khtml_part.sip.323
+++ b/sip/khtml/khtml_part.sip.323
@@ -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;
diff --git a/sip/khtml/khtml_part.sip.330 b/sip/khtml/khtml_part.sip.330
index 1f2615a..711ebac 100644
--- a/sip/khtml/khtml_part.sip.330
+++ b/sip/khtml/khtml_part.sip.330
@@ -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;
diff --git a/sip/khtml/khtml_settings.sip b/sip/khtml/khtml_settings.sip
index f6b8ab8..686d7b7 100644
--- a/sip/khtml/khtml_settings.sip
+++ b/sip/khtml/khtml_settings.sip
@@ -92,7 +92,7 @@ public:
KHTMLSettings ();
KHTMLSettings (const KHTMLSettings&);
void init ();
- void init (KConfig*, bool = 1);
+ void init (TDEConfig*, bool = 1);
bool changeCursor ();
bool underlineLink ();
bool hoverLink ();
@@ -181,7 +181,7 @@ public:
static const char* adviceToStr (KHTMLSettings::KJavaScriptAdvice);
%If ( KDE_3_2_0 - )
-//ig void readDomainSettings (KConfig*, bool, bool, KPerDomainSettings&);
+//ig void readDomainSettings (TDEConfig*, bool, bool, KPerDomainSettings&);
%End
TQString settingsToCSS () const;