path=QFileDialog::getOpenFileName(this,i18n("Choose a file"),QString(),i18n("Images (*.png *.gif *.jpg)"));//krazy:exclude=qclasses KFileDialog has problem on WIN32 now
#else
path=KFileDialog::getImageOpenUrl(KUrl(),this,i18n("Choose a file")).path();