Konq-e from cvs does not work with --enable-gui=kiosk

Luciano Montanaro konq-e@mail.kde.org
Wed, 4 Dec 2002 16:52:38 +0100


--Boundary-00=_GTi79VpwQ1XvSOq
Content-Type: Text/Plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Description: clearsigned data
Content-Disposition: inline

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

There are more problems, (eg --disable-bookmarks does not work) 
but I managed to compile konqueror embedded 
with the attached patch.


- -- 
Luciano Montanaro// My public GPG key can be  /"\ ASCII RIBBON
               \X/ found at wwwkeys.pgp.net   \ /   CAMPAIGN
                                               X  AGAINST HTML 
                                              / \     MAIL
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE97iTNaeOY6B53J4URAlsHAJwPYGwaG55qGmRePsqnR8VZUPlBOACfRoO7
cH7fYyKnMBXSIpUDBD3VeDI=
=osgC
-----END PGP SIGNATURE-----

--Boundary-00=_GTi79VpwQ1XvSOq
Content-Type: text/x-diff;
  charset="us-ascii";
  name="mainwindow_kiosk.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="mainwindow_kiosk.patch"

Index: mainwindow_kiosk.cc
===================================================================
RCS file: /home/kde/kdenox/konq-embed/src/mainwindow_kiosk.cc,v
retrieving revision 1.5.2.2
diff -u -r1.5.2.2 mainwindow_kiosk.cc
--- mainwindow_kiosk.cc	26 Nov 2002 11:30:25 -0000	1.5.2.2
+++ mainwindow_kiosk.cc	4 Dec 2002 15:42:19 -0000
@@ -14,7 +14,7 @@
 
 View *MainWindowKiosk::createNewViewInternal( const KURL &url, const KParts::URLArgs &args )
 {
-    View *v = MainWindowBase::createNewViewInternal( url, args );
+    BrowserView *v = MainWindowBase::createNewViewInternal( url, args );
     v->document()->view()->setVScrollBarMode( QScrollView::AlwaysOff );
     v->document()->view()->setHScrollBarMode( QScrollView::AlwaysOff );
     return v;

--Boundary-00=_GTi79VpwQ1XvSOq--