SVN commit 636606 by winterz: merge SVN commit r33972 by adridg Minor code cleanup; remove crufty commented out code and normalize debug areas. M +2 -4 resourcelocalconfig.cpp --- branches/KDE/3.5/kdepim/libkcal/resourcelocalconfig.cpp #636605:636606 @@ -52,9 +52,7 @@ mainLayout->addWidget( mURL, 1, 1 ); formatGroup = new QButtonGroup( 1, Horizontal, i18n( "Calendar Format" ), this ); -// formatGroup->setExclusive( true ); -// formatGroup->setFrameStyle(QFrame::NoFrame); icalButton = new QRadioButton( i18n("iCalendar"), formatGroup ); vcalButton = new QRadioButton( i18n("vCalendar"), formatGroup ); @@ -74,7 +72,7 @@ else kdDebug(5800) << "ERROR: ResourceLocalConfig::loadSettings(): Unknown format type" << endl; } else - kdDebug(5700) << "ERROR: ResourceLocalConfig::loadSettings(): no ResourceLocal, cast failed" << endl; + kdDebug(5800) << "ERROR: ResourceLocalConfig::loadSettings(): no ResourceLocal, cast failed" << endl; } void ResourceLocalConfig::saveSettings( KRES::Resource *resource ) @@ -106,7 +104,7 @@ res->mFormat = new VCalFormat(); } } else - kdDebug(5700) << "ERROR: ResourceLocalConfig::saveSettings(): no ResourceLocal, cast failed" << endl; + kdDebug(5800) << "ERROR: ResourceLocalConfig::saveSettings(): no ResourceLocal, cast failed" << endl; } #include "resourcelocalconfig.moc"