-rw-r--r-- | kalarmd/alarmdialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kalarmd/alarmdialog.cpp b/kalarmd/alarmdialog.cpp index d6feedc..c939ae0 100644 --- a/kalarmd/alarmdialog.cpp +++ b/kalarmd/alarmdialog.cpp | |||
@@ -102,10 +102,12 @@ AlarmDialog::AlarmDialog(QWidget *parent,const char *name) | |||
102 | mSuspendSpin->setFont( fo ); | 102 | mSuspendSpin->setFont( fo ); |
103 | mSuspendSpin->setValue(7); // default suspend duration | 103 | mSuspendSpin->setValue(7); // default suspend duration |
104 | mSuspendSpin->setButtonSymbols( QSpinBox::PlusMinus ); | 104 | mSuspendSpin->setButtonSymbols( QSpinBox::PlusMinus ); |
105 | mSuspendSpin->setButtonSymbols( QSpinBox::PlusMinus ); | 105 | mSuspendSpin->setButtonSymbols( QSpinBox::PlusMinus ); |
106 | #if QT_VERSION < 0x030000 | ||
106 | mSuspendSpin->upButton ()->setFixedSize( QSize( 48, 30 )); | 107 | mSuspendSpin->upButton ()->setFixedSize( QSize( 48, 30 )); |
107 | mSuspendSpin->downButton ()->setFixedSize( QSize( 48, 30 )); | 108 | mSuspendSpin->downButton ()->setFixedSize( QSize( 48, 30 )); |
109 | #endif | ||
108 | mSuspendSpin->setFixedSize( 100,62 ); | 110 | mSuspendSpin->setFixedSize( 100,62 ); |
109 | mSuspendSpin->setButtonSymbols( QSpinBox::PlusMinus ); | 111 | mSuspendSpin->setButtonSymbols( QSpinBox::PlusMinus ); |
110 | 112 | ||
111 | QVBox * bbox = new QVBox ( this ); | 113 | QVBox * bbox = new QVBox ( this ); |