summaryrefslogtreecommitdiffstats
path: root/kate/make
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:52:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:52:18 +0900
commitdedeb493d225084b3e7d477b4ebfc3894b3330a2 (patch)
treeb0fbbb3d0c78367f4f7d816f571cddab027f1ad2 /kate/make
parentebb204be62fcfced4a20f6a908ab3bd6003a09d6 (diff)
downloadtdeaddons-dedeb493d225084b3e7d477b4ebfc3894b3330a2.tar.gz
tdeaddons-dedeb493d225084b3e7d477b4ebfc3894b3330a2.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/make')
-rw-r--r--kate/make/plugin_katemake.cpp2
1 files changed, 1 insertions, 1 deletions
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);