<P>
&nbsp; <BR>
Hi All,<BR>
<BR>
i have build the konqueror-embedded-snapshot-20030705 with qt-2.3.10-snapshot-20070424.<BR>
<BR>
i have taken some part from konqueror-embedded-snapshot for html rendering. the code is<BR>
<BR>
KURL url=&quot;http://www.google.com&quot;<BR>
KHTMLPart *w = new KHTMLPart();<BR>
w-&gt;openURL(url);<BR>
w-&gt;view()-&gt;resize(500,400);<BR>
w-&gt;show();<BR>
<BR>
and ported into my application, its compiled and linked successfully, but when i am running the executable, it gives error like : QPaintDevice: Must construct a QApplication before a QPaintDevice.<BR>
<BR>
does anyone have any idea? <BR>
<BR>
Thanks in advance<BR>
Pavan Reddy.
</P>
<br><br>