From kde-commits Sat Mar 31 22:45:32 2007 From: David Faure Date: Sat, 31 Mar 2007 22:45:32 +0000 To: kde-commits Subject: KDE/kdenetwork/kget Message-Id: <1175381132.693666.28101.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117538100215781 SVN commit 648656 by dfaure: fix compilation M +2 -2 mainwindow.cpp --- trunk/KDE/kdenetwork/kget/mainwindow.cpp #648655:648656 @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include @@ -425,7 +425,7 @@ void MainWindow::slotConfigureKeys() { - KKeyDialog::configure(actionCollection()); + KShortcutsDialog::configure(actionCollection()); } void MainWindow::slotConfigureToolbars()