mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
compile/link
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=511990
This commit is contained in:
parent
50ca35e7d6
commit
babd98166c
1 changed files with 1 additions and 1 deletions
|
@ -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") );
|
||||
|
|
Loading…
Reference in a new issue