~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy

« back to all changes in this revision

Viewing changes to kcontrol/krdb/krdb.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-11 14:04:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071011140448-v0eb7lxbb24zagca
Tags: 3.94.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
#include <kapplication.h>
40
40
#include <kconfig.h>
 
41
#include <kconfiggroup.h>
41
42
#include <kdebug.h>
42
43
#include <kglobalsettings.h>
43
44
#include <kstandarddirs.h>
434
435
  bool exportQtSettings  = flags & KRdbExportQtSettings;
435
436
  bool exportXftSettings = flags & KRdbExportXftSettings;
436
437
 
437
 
  KConfig _kglobals( "kdeglobals", KConfig::NoGlobals  );
 
438
  KConfig _kglobals( "kdeglobals", KConfig::CascadeConfig  );
438
439
  KConfigGroup kglobals(KSharedConfig::openConfig( "kdeglobals" ), "KDE");
439
440
 
440
441
  KTemporaryFile tmpFile;