Replace TQ_*Focus* and TQ_Scale* defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
drop/tqt-focus-scale-defines
Michele Calgaro 8 months ago
parent ffa7c4ae7f
commit 137455448d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -42,7 +42,7 @@ Terminal::Terminal(TQWidget* parent, const char* name) : TQObject(parent, name)
if (terminal_part != NULL)
{
terminal_widget = terminal_part->widget();
terminal_widget->setFocusPolicy(TQ_WheelFocus);
terminal_widget->setFocusPolicy(TQWidget::WheelFocus);
terminal_interface = (TerminalInterface *) (terminal_part->tqt_cast("TerminalInterface"));
connect(terminal_part, TQT_SIGNAL(destroyed()), this, TQT_SLOT(deleteLater()));

Loading…
Cancel
Save