mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
okular: replace KPasswordDialog::KPasswordDialogFlags() with KPasswordDialog::NoFlags
no functional change Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c0c0f194bc
commit
150c78e3f1
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,7 @@ Document::OpenResult Part::doOpenFile( const KMimeType::Ptr &mimeA, const QStrin
|
|||
firstInput = false;
|
||||
|
||||
// if the user presses cancel, abort opening
|
||||
KPasswordDialog dlg( widget(), storeopened ? KPasswordDialog::ShowKeepPassword : KPasswordDialog::KPasswordDialogFlags() );
|
||||
KPasswordDialog dlg( widget(), storeopened ? KPasswordDialog::ShowKeepPassword : KPasswordDialog::NoFlags );
|
||||
dlg.setCaption( i18n( "Document Password" ) );
|
||||
dlg.setPrompt( prompt );
|
||||
if( !dlg.exec() )
|
||||
|
|
Loading…
Add table
Reference in a new issue