From dedeb493d225084b3e7d477b4ebfc3894b3330a2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:52:18 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro --- kate/make/plugin_katemake.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/make') diff --git a/kate/make/plugin_katemake.cpp b/kate/make/plugin_katemake.cpp index c9fdc86..55f4a17 100644 --- a/kate/make/plugin_katemake.cpp +++ b/kate/make/plugin_katemake.cpp @@ -353,7 +353,7 @@ PluginKateMakeView::PluginKateMakeView(TQWidget *parent, setXMLFile(TQString::fromLatin1("plugins/katemake/ui.rc")); - setFocusPolicy(TQ_NoFocus); + setFocusPolicy(TQWidget::NoFocus); setSorting(COL_LINE); addColumn(i18n("File"), -1); -- cgit v1.2.1