summaryrefslogtreecommitdiffstats
path: root/yakuake/src/terminal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yakuake/src/terminal.cpp')
-rw-r--r--yakuake/src/terminal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yakuake/src/terminal.cpp b/yakuake/src/terminal.cpp
index 6dfb42e..6f7d14b 100644
--- a/yakuake/src/terminal.cpp
+++ b/yakuake/src/terminal.cpp
@@ -45,8 +45,8 @@ Terminal::Terminal(TQWidget* parent, const char* name) : TQObject(parent, name)
terminal_widget->setFocusPolicy(TQWidget::WheelFocus);
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 &)));
+ connect(terminal_part, TQ_SIGNAL(destroyed()), this, TQ_SLOT(deleteLater()));
+ connect(terminal_part, TQ_SIGNAL(setWindowCaption(const TQString &)), this, TQ_SLOT(slotUpdateSessionTitle(const TQString &)));
}
}