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

« back to all changes in this revision

Viewing changes to kcontrol/kdm/kdm-shut.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:
171
171
        writeSD( sdrcombo, config->group("X-*-Core") );
172
172
 
173
173
        KConfigGroup configGrp = config->group( "Shutdown" );
174
 
        configGrp.writeEntry( "HaltCmd", shutdown_lined->url().path(), KConfigBase::Persistent );
175
 
        configGrp.writeEntry( "RebootCmd", restart_lined->url().path(), KConfigBase::Persistent );
 
174
        configGrp.writeEntry( "HaltCmd", shutdown_lined->url().path(), KConfig::Persistent );
 
175
        configGrp.writeEntry( "RebootCmd", restart_lined->url().path(), KConfig::Persistent );
176
176
 
177
177
        configGrp.writeEntry( "BootManager", bm_combo->currentId() );
178
178
}