Change deprecated KKeyDialog::configureKeys(actionCollection(), "kpdf_shell.rc"); to non-deprecated KKeyDialog::configure(actionCollection());

svn path=/trunk/kdegraphics/kpdf/; revision=254568
remotes/origin/kpdf-3.2
Albert Astals Cid 23 years ago
parent 0892511b3e
commit 15081e5428
  1. 2
      kpdf/kpdf_shell.cpp

@ -194,7 +194,7 @@ Shell::fileSaveAs()
void
Shell::optionsConfigureKeys()
{
KKeyDialog::configureKeys(actionCollection(), "kpdf_shell.rc");
KKeyDialog::configure(actionCollection());
}
void

Loading…
Cancel
Save