mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-29 06:56:05 +00:00
KDialog::setCaption removed
This commit is contained in:
parent
cebdf978ce
commit
49c6f33356
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue