summaryrefslogtreecommitdiffstats
path: root/khtml
diff options
context:
space:
mode:
Diffstat (limited to 'khtml')
-rw-r--r--khtml/khtml_ext.cpp2
-rw-r--r--khtml/khtml_part.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/khtml/khtml_ext.cpp b/khtml/khtml_ext.cpp
index 556836e07..3f94dcd17 100644
--- a/khtml/khtml_ext.cpp
+++ b/khtml/khtml_ext.cpp
@@ -320,7 +320,7 @@ void KHTMLPartBrowserExtension::callExtensionProxyMethod( const char *method )
return;
TQUObject o[ 1 ];
- m_extensionProxy->qt_invoke( slot, o );
+ m_extensionProxy->tqt_invoke( slot, o );
}
void KHTMLPartBrowserExtension::updateEditActions()
diff --git a/khtml/khtml_part.cpp b/khtml/khtml_part.cpp
index be62001dd..3fec96803 100644
--- a/khtml/khtml_part.cpp
+++ b/khtml/khtml_part.cpp
@@ -6663,7 +6663,7 @@ void KHTMLPart::slotPrintFrame()
int idx = mo->findSlot( "print()", true );
if ( idx >= 0 ) {
TQUObject o[ 1 ];
- ext->qt_invoke( idx, o );
+ ext->tqt_invoke( idx, o );
}
}