diff options
Diffstat (limited to 'noatun-plugins/alarm/wakeup.cpp')
-rw-r--r-- | noatun-plugins/alarm/wakeup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/alarm/wakeup.cpp b/noatun-plugins/alarm/wakeup.cpp index fabec0a..b9f38d1 100644 --- a/noatun-plugins/alarm/wakeup.cpp +++ b/noatun-plugins/alarm/wakeup.cpp @@ -240,7 +240,7 @@ WakeupPrefs::WakeupPrefs( TQObject *parent ) : grid->addWidget (minute7,7,2,TQt::AlignLeft); grid->setColStretch (0,3); - TQButtonGroup *modeGroup = new TQButtonGroup (3, Qt::Vertical, i18n ("Volume Control"),this); + TQButtonGroup *modeGroup = new TQButtonGroup (3, TQt::Vertical, i18n ("Volume Control"),this); alarmmode = new TQRadioButton (i18n("No change to volume, just starts the player"),modeGroup); nightmode = new TQRadioButton (i18n("The volume decreases slowly and finally stops the player"),modeGroup); morningmode = new TQRadioButton (i18n("The player starts and the volume increases to the chosen value"),modeGroup); |