[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/libkcal
From:       Allen Winter <winter () kde ! org>
Date:       2007-02-23 14:32:01
Message-ID: 1172241121.377972.5452.nullmailer () svn ! kde ! org
[Download RAW message or body]

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"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic