From 7b525ca12009d79fe90020690a4e7f0716dc97c2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:50:12 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro (cherry picked from commit 04e50e547f8ed2d6db996bc4816179fa962bd6b1) --- lib/koproperty/editors/pointedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/koproperty/editors/pointedit.cpp') diff --git a/lib/koproperty/editors/pointedit.cpp b/lib/koproperty/editors/pointedit.cpp index c355c28be..1e4a3ceff 100644 --- a/lib/koproperty/editors/pointedit.cpp +++ b/lib/koproperty/editors/pointedit.cpp @@ -39,7 +39,7 @@ PointEdit::PointEdit(Property *property, TQWidget *parent, const char *name) { setHasBorders(false); m_edit = new KActiveLabel(this); - m_edit->setFocusPolicy(TQ_NoFocus); + m_edit->setFocusPolicy(TQWidget::NoFocus); // m_edit->setIndent(KPROPEDITOR_ITEM_MARGIN); m_edit->setPaletteBackgroundColor(palette().active().base()); m_edit->setWordWrap( TQTextEdit::NoWrap ); -- cgit v1.2.3