qapplication_win.cpp update

David Tio deux at arklinux.org
Sun Aug 29 07:51:04 CEST 2004


On 29 August 2004 am 11:30, David Tio wrote:
Anyway this is for qt3/w32 port 
> if( main_widget->caption()->isEmpty() )
>  main_widget->setCaption( mwTitle );
correction:
it should be 

if( main_widget->caption().isEmpty() )
 main_widget->setCaption( mwTitle );

btw, is there any IRC channel where you guys hang out?

Warmest Regards,

David Tio aka DeuX


More information about the kde-cygwin mailing list