From 275a76d96981689e7db605d3b965311eee49cda9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:12:05 -0600 Subject: [PATCH] Rename additional members for tqt3 --- yakuake/src/terminal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yakuake/src/terminal.cpp b/yakuake/src/terminal.cpp index d3a4f68..eae6553 100644 --- a/yakuake/src/terminal.cpp +++ b/yakuake/src/terminal.cpp @@ -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 &)));