summaryrefslogtreecommitdiffstats
path: root/libtdegames/kchatbase.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:53:09 +0900
committerMichele Calgaro <[email protected]>2023-09-02 15:53:09 +0900
commit8b08e8d5f6d410854393049d96157eded0f9b26c (patch)
tree0c982da5cea10ce8af72a79a5ff12f6101309e30 /libtdegames/kchatbase.cpp
parent9f3f41c457e2b491bda3e7ba70ad5b4f312dbff7 (diff)
downloadtdegames-8b08e8d5f6d410854393049d96157eded0f9b26c.tar.gz
tdegames-8b08e8d5f6d410854393049d96157eded0f9b26c.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libtdegames/kchatbase.cpp')
-rw-r--r--libtdegames/kchatbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kchatbase.cpp b/libtdegames/kchatbase.cpp
index 17f831a0..091d7cfa 100644
--- a/libtdegames/kchatbase.cpp
+++ b/libtdegames/kchatbase.cpp
@@ -211,7 +211,7 @@ void KChatBase::init(bool noComboBox)
l->addWidget(d->mBox);
d->mBox->setVScrollBarMode(TQScrollView::AlwaysOn);
d->mBox->setHScrollBarMode(TQScrollView::AlwaysOff);
- d->mBox->setFocusPolicy(TQ_NoFocus);
+ d->mBox->setFocusPolicy(TQWidget::NoFocus);
// d->mBox->setSelectionMode(TQListBox::NoSelection);
d->mBox->setSelectionMode(TQListBox::Single);