CVS commit by montanaro: Updated wallet patch. M +0 -15 disable_wallet_3.2.patch 1.2 --- kdenox/konq-embed/kdesrc/khtml/patches/disable_wallet_3.2.patch #1.1:1.2 @@ -45,19 +45,4 @@ DOMString url(khtml::parseURL(getAttribute(ATTR_ACTION))); if(m_post) { ---- orig/khtmlpart_p.h 2004-02-29 16:27:44.000000000 +0100 -+++ ./khtmlpart_p.h 2004-05-18 16:50:44.919746229 +0200 -@@ -32,7 +32,12 @@ - #include - #include - #include -+ -+#ifndef KHTML_NO_WALLET - #include -+#else -+class KWallet::Wallet {}; -+#endif - #include - - #include "khtml_run.h" --- orig/khtml_part.cpp 2004-05-17 17:01:33.000000000 +0200 +++ ./khtml_part.cpp 2004-05-18 17:26:41.368883486 +0200