summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:12:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:12:05 -0600
commit275a76d96981689e7db605d3b965311eee49cda9 (patch)
treea269fcbcda86bc1f66560cae32e7ce62ce66fbb6
parent955e7d5d4f94419cee918b4578ccb56381be97cf (diff)
downloadyakuake-275a76d9.tar.gz
yakuake-275a76d9.zip
Rename additional members for tqt3
-rw-r--r--yakuake/src/terminal.cpp2
1 files changed, 1 insertions, 1 deletions
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 &)));