KDialog::setCaption removed

This commit is contained in:
Frederik Gladhorn 2014-08-09 12:47:17 +02:00
parent cebdf978ce
commit 49c6f33356

View file

@ -406,7 +406,7 @@ void Shell::fileOpen()
dlg.setFilter( i18n( "*|All Files" ) );
else
dlg.setMimeFilter( m_fileformats );
dlg.setCaption( i18n( "Open Document" ) );
dlg.setWindowTitle( i18n( "Open Document" ) );
if ( !dlg.exec() )
return;
KUrl url = dlg.selectedUrl();