Rename additional members for tqt3

pull/1/head
Timothy Pearson 12 years ago
parent 955e7d5d4f
commit 275a76d969

@ -39,7 +39,7 @@ Terminal::Terminal(TQWidget* parent, const char* name) : TQObject(parent, name)
{
terminal_widget = terminal_part->widget();
terminal_widget->setFocusPolicy(TQ_WheelFocus);
terminal_interface = (TerminalInterface *) (terminal_part->qt_cast("TerminalInterface"));
terminal_interface = (TerminalInterface *) (terminal_part->tqt_cast("TerminalInterface"));
connect(terminal_part, TQT_SIGNAL(destroyed()), this, TQT_SLOT(deleteLater()));
connect(terminal_part, TQT_SIGNAL(setWindowCaption(const TQString &)), this, TQT_SLOT(slotUpdateSessionTitle(const TQString &)));

Loading…
Cancel
Save