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

« back to all changes in this revision

Viewing changes to kicker/menuext/konq-profiles/konqy_menu.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:
66
66
      QFileInfo info( *pIt );
67
67
      QString profileName = KIO::decodeFileName( info.baseName() );
68
68
      QString niceName=profileName;
69
 
      KConfig cfg( *pIt, KConfig::OnlyLocal);
 
69
      KConfig cfg( *pIt, KConfig::SimpleConfig);
70
70
      if ( cfg.hasGroup( "Profile" ) )
71
71
      {
72
72
                 KConfigGroup cg(&cfg, "Profile" );