summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/alarm
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 11:29:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 10:49:54 +0900
commit96f327c14acd697b936e88289165e0edb57d7fb6 (patch)
treefdf24ccd79bca9a6085d35a670c7299cb2a27fe3 /noatun-plugins/alarm
parentd48a4e1b0d41fa262f29142736d11ce22cffa657 (diff)
downloadtdeaddons-96f327c14acd697b936e88289165e0edb57d7fb6.tar.gz
tdeaddons-96f327c14acd697b936e88289165e0edb57d7fb6.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun-plugins/alarm')
-rw-r--r--noatun-plugins/alarm/wakeup.cpp2
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);