Adopt to KOpenWithDlg changes.

svn path=/trunk/KDE/kdebase/apps/; revision=610255
This commit is contained in:
Urs Wolfer 2006-12-03 22:50:39 +00:00
parent 3e5b2bec00
commit 4439b6c404
2 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,6 @@
#include <klocale.h>
#include <kcmdlineargs.h>
#include <kaboutdata.h>
#include <kopenwith.h>
#include "kfinddlg.h"
#include "version.h"

View file

@ -31,7 +31,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <knotification.h>
#include <kopenwith.h>
#include <kopenwithdialog.h>
#include "kservicelistwidget.h"
#include "kserviceselectdlg.h"
@ -240,7 +240,7 @@ void KServiceListWidget::addService()
KService::Ptr service;
if ( m_kind == SERVICELIST_APPLICATIONS )
{
KOpenWithDlg dlg(m_item->name(), QString(), 0L);
KOpenWithDialog dlg(m_item->name(), QString(), 0L);
dlg.setSaveNewApplications(true);
if (dlg.exec() != QDialog::Accepted)
return;