~ubuntu-branches/ubuntu/trusty/kdebase/trusty

« back to all changes in this revision

Viewing changes to apps/konqueror/settings/kio/useragentdlg.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-25 16:00:47 UTC
  • mfrom: (1.1.53 upstream)
  • Revision ID: james.westby@ubuntu.com-20101125160047-bsycodsp50o8su5s
Tags: 4:4.5.80-0ubuntu1
* New upstream beta release
* Drop kubuntu_06_simple_aboutpage.diff, didn't apply and no point
  keeping a distro patch to an app we don't ship by default
* Drop kubuntu_23_konqueror_spinner_in_toolbar.diff now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#include <klocale.h>
45
45
#include <kmessagebox.h>
46
46
#include <kio/http_slave_defaults.h>
47
 
#include <kgenericfactory.h>
 
47
#include <kpluginfactory.h>
48
48
 
49
49
 
50
50
K_PLUGIN_FACTORY_DECLARATION(KioConfigFactory)
334
334
  QTreeWidgetItem* item;
335
335
  int itemCount = ui.sitePolicyTreeWidget->topLevelItemCount();
336
336
 
337
 
  // Save and remove from the delete list all the groups that were 
 
337
  // Save and remove from the delete list all the groups that were
338
338
  // not deleted by the end user.
339
339
  for(int i = 0; i < itemCount; i++)
340
340
  {