On Friday 25 February 2005 11:23 am, Sergio Gorelyshev wrote:
> One more please. Give me otput of :
> grep _ZN6QStyle6polishEP12QApplication /usr/lib/libkde*
>
> Thanks.
> --
> RE5PECT
> Sergio Gorelyshev

Maybe you have a problem with your libqt-mt.so?  That is where I expect 
QStyle::polish/QApplication stuff is defined:

$ grep _ZN6QStyle6polishEP12QApplication /usr/lib/libkde*
Binary file /usr/lib/libkdefx.so matches
Binary file /usr/lib/libkdefx.so.4 matches
Binary file /usr/lib/libkdefx.so.4.2.0 matches
$ grep _ZN6QStyle6polishEP12QApplication /usr/lib/libqt*
Binary file /usr/lib/libqt-mt.so matches
Binary file /usr/lib/libqt-mt.so.3 matches
Binary file /usr/lib/libqt-mt.so.3.3 matches
Binary file /usr/lib/libqt-mt.so.3.3.3 matches

Josh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to