summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:51:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:51:33 +0900
commit137455448d274c18490bced9323b1fb5908c6d0c (patch)
treec6da01517e6c0593692c0a5fae0121789156cd9c
parentffa7c4ae7fdd7e959505ebbd48301e5308f820dc (diff)
downloadyakuake-drop/tqt-focus-scale-defines.tar.gz
yakuake-drop/tqt-focus-scale-defines.zip
Replace TQ_*Focus* and TQ_Scale* definesdrop/tqt-focus-scale-defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 75dd942..b9947a5 100644
--- a/yakuake/src/terminal.cpp
+++ b/yakuake/src/terminal.cpp
@@ -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()));