compile/link

svn path=/trunk/KDE/kdebase/kdepasswd/; revision=511990
This commit is contained in:
Laurent Montel 2006-02-21 13:54:55 +00:00
parent 50ca35e7d6
commit babd98166c

View file

@ -159,7 +159,7 @@ void ChFaceDlg::slotGetCustomImage( )
QCheckBox* checkWidget = new QCheckBox( i18n("&Save copy in custom faces folder for future use"), 0 );
KFileDialog *dlg = new KFileDialog( QDir::homePath(), KImageIO::pattern( KImageIO::Reading ),
this, 0, true, checkWidget);
this, checkWidget);
dlg->setOperationMode( KFileDialog::Opening );
dlg->setCaption( i18n("Choose Image") );