From 04e50e547f8ed2d6db996bc4816179fa962bd6b1 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 --- lib/kformula/kformulawidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kformula') diff --git a/lib/kformula/kformulawidget.cpp b/lib/kformula/kformulawidget.cpp index 68f941d9..e827537e 100644 --- a/lib/kformula/kformulawidget.cpp +++ b/lib/kformula/kformulawidget.cpp @@ -44,7 +44,7 @@ KFormulaWidget::KFormulaWidget(Container* doc, TQWidget* parent, const char* nam connect(&formulaView, TQT_SIGNAL(cursorChanged(bool, bool)), this, TQT_SLOT(slotCursorChanged(bool, bool))); - setFocusPolicy(TQ_StrongFocus); + setFocusPolicy(TQWidget::StrongFocus); setBackgroundMode(NoBackground/*TQWidget::PaletteBase*/); TQRect rect = doc->boundingRect(); -- cgit v1.2.1