cb3487157b
http://www.kde.org/info/security/advisory-20040811-1.txt http://www.kde.org/info/security/advisory-20040811-2.txt http://www.kde.org/info/security/advisory-20040811-3.txt ok naddy@
14 lines
447 B
Plaintext
14 lines
447 B
Plaintext
$OpenBSD: patch-khtml_khtml_ext_h,v 1.1 2004/08/14 18:03:48 brad Exp $
|
|
--- khtml/khtml_ext.h.orig Mon Mar 1 01:25:08 2004
|
|
+++ khtml/khtml_ext.h Fri Aug 13 16:04:21 2004
|
|
@@ -98,6 +98,9 @@ public:
|
|
virtual const QPtrList<KParts::ReadOnlyPart> frames() const;
|
|
|
|
virtual bool openURLInFrame( const KURL &url, const KParts::URLArgs &urlArgs );
|
|
+
|
|
+protected:
|
|
+ virtual void virtual_hook( int id, void* data );
|
|
private:
|
|
KHTMLPart *m_part;
|
|
};
|