A couple of patches for khtml
Harri Porten
porten at froglogic.com
Wed Jun 8 15:17:49 BST 2005
On Wed, 8 Jun 2005, Luciano Montanaro wrote:
> The first enable the of compilation of khtmlview without x11.
>
> The second one updates the konqueror-embedded specific classes to work with
> current javascript.
Without commenting on the changed/disabled code I'd like to ask you to
reconsider the #ifdef logic. Instead of #ifdef'ing X11-specific
code with
#ifndef Q_WS_QWS
better choose
#ifdef Q_WS_X11
and so on.
That make it work better with other non-X11 platforms.
Thanks,
Harri.
More information about the kfm-devel
mailing list