From 957719d7f991826271b1b5bbb3f4707dcf5a7ae5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:53:40 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro (cherry picked from commit b8cb47c3d328d373abefcff6ac2bd7b75020f8be) --- tdemid/tdemid_part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdemid/tdemid_part.cpp') diff --git a/tdemid/tdemid_part.cpp b/tdemid/tdemid_part.cpp index 81c31973..17ce3c1b 100644 --- a/tdemid/tdemid_part.cpp +++ b/tdemid/tdemid_part.cpp @@ -73,7 +73,7 @@ TDEInstance *KMidFactory::instance() widget = new tdemidClient(parentWidget, actionCollection()); widget->show(); - widget->setFocusPolicy(TQ_ClickFocus); + widget->setFocusPolicy(TQWidget::ClickFocus); setWidget(widget); // create and connect our actions -- cgit v1.2.1