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

List:       kde-commits
Subject:    KDE/kdepimlibs/kcal
From:       Allen Winter <winter () kde ! org>
Date:       2007-02-23 14:35:09
Message-ID: 1172241309.130449.5827.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 636607 by winterz:

forward port SVN commit r33972 by adridg

Minor code cleanup; remove crufty commented out code and normalize debug areas.



 M  +2 -4      resourcelocalconfig.cpp  


--- trunk/KDE/kdepimlibs/kcal/resourcelocalconfig.cpp #636606:636607
@@ -51,9 +51,7 @@
   mainLayout->addWidget( mURL, 1, 1 );
 
   formatGroup = new Q3ButtonGroup( 1, Qt::Horizontal, i18n( "Calendar Format" ), this );
-//  formatGroup->setExclusive( true );
 
-//  formatGroup->setFrameStyle(QFrame::NoFrame);
   icalButton = new QRadioButton( i18n("iCalendar"), formatGroup );
   vcalButton = new QRadioButton( i18n("vCalendar"), formatGroup );
 
@@ -73,7 +71,7 @@
     else
       kDebug(5800) << "ERROR: ResourceLocalConfig::loadSettings(): Unknown format type" << endl;
   } else
-    kDebug(5700) << "ERROR: ResourceLocalConfig::loadSettings(): no ResourceLocal, cast failed" << endl;
+    kDebug(5800) << "ERROR: ResourceLocalConfig::loadSettings(): no ResourceLocal, cast failed" << endl;
 }
 
 void ResourceLocalConfig::saveSettings( KRES::Resource *resource )
@@ -105,7 +103,7 @@
       res->d->mFormat = new VCalFormat();
     }
   } else
-    kDebug(5700) << "ERROR: ResourceLocalConfig::saveSettings(): no ResourceLocal, cast failed" << endl;
+    kDebug(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