|
|
@ -172,7 +172,7 @@ RadioView::RadioView(const TQString &name)
|
|
|
|
TQObject::connect(btnPower, TQ_SIGNAL(toggled(bool)),
|
|
|
|
TQObject::connect(btnPower, TQ_SIGNAL(toggled(bool)),
|
|
|
|
this, TQ_SLOT(slotPower(bool)));
|
|
|
|
this, TQ_SLOT(slotPower(bool)));
|
|
|
|
TQObject::connect(btnQuit, TQ_SIGNAL(clicked()),
|
|
|
|
TQObject::connect(btnQuit, TQ_SIGNAL(clicked()),
|
|
|
|
kapp, TQ_SLOT(quit()));
|
|
|
|
tdeApp, TQ_SLOT(quit()));
|
|
|
|
TQObject::connect(btnConfigure, TQ_SIGNAL(toggled(bool)),
|
|
|
|
TQObject::connect(btnConfigure, TQ_SIGNAL(toggled(bool)),
|
|
|
|
this, TQ_SLOT(slotConfigure(bool)));
|
|
|
|
this, TQ_SLOT(slotConfigure(bool)));
|
|
|
|
TQObject::connect(btnRecording, TQ_SIGNAL(clicked()),
|
|
|
|
TQObject::connect(btnRecording, TQ_SIGNAL(clicked()),
|
|
|
|