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

List:       kde-commits
Subject:    kdepim/kalarm
From:       David Jarvie <software () astrojar ! org ! uk>
Date:       2004-04-13 21:46:59
Message-ID: 20040413214659.634119A2B () office ! kde ! org
[Download RAW message or body]

CVS commit by djarvie: 

Remove commented-out code


  M +0 -6      reminder.cpp   1.7


--- kdepim/kalarm/reminder.cpp  #1.6:1.7
@@ -73,7 +73,4 @@ Reminder::Reminder(const QString& captio
         QVBoxLayout* topLayout = new QVBoxLayout(this, 0, KDialog::spacingHint());
         QHBoxLayout* layout = new QHBoxLayout(topLayout, KDialog::spacingHint());
-//      QGridLayout* grid = new QGridLayout(this, 2, 3, 0, KDialog::spacingHint());
-//      grid->addColSpacing(0, KDialog::spacingHint());
-//      grid->setColStretch(2, 1);
         mReminder = new CheckBox(caption, this);
         mReminder->setFixedSize(mReminder->sizeHint());
@@ -81,10 +78,8 @@ Reminder::Reminder(const QString& captio
         QWhatsThis::add(mReminder, reminderWhatsThis);
         layout->addWidget(mReminder);
-//      grid->addMultiCellWidget(mReminder, 0, 0, 0, 1, Qt::AlignLeft);
 
         QHBox* box = new QHBox(this);    // to group widgets for QWhatsThis text
         box->setSpacing(KDialog::spacingHint());
         layout->addWidget(box);
-//      grid->addWidget(box, 0, 2, Qt::AlignLeft);
         mCount = new TimePeriod(box);
         mCount->setHourMinRange(1, 100*60-1);    // max 99H59M
@@ -123,5 +118,4 @@ Reminder::Reminder(const QString& captio
                 QWhatsThis::add(mOnceOnly, i18n("Display the reminder only before \
the first time the alarm is scheduled"));  layout->addWidget(mOnceOnly);
-//              grid->addMultiCellWidget(mOnceOnly, 1, 1, 1, 2, Qt::AlignLeft);
                 layout->addStretch();
         }


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

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