summaryrefslogtreecommitdiffstats
path: root/kate/xmlcheck
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/xmlcheck
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/xmlcheck')
-rw-r--r--kate/xmlcheck/plugin_katexmlcheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/xmlcheck/plugin_katexmlcheck.cpp b/kate/xmlcheck/plugin_katexmlcheck.cpp
index 65a8b7c..c314075 100644
--- a/kate/xmlcheck/plugin_katexmlcheck.cpp
+++ b/kate/xmlcheck/plugin_katexmlcheck.cpp
@@ -109,7 +109,7 @@ PluginKateXMLCheckView::PluginKateXMLCheckView(TQWidget *parent,Kate::MainWindow
setXMLFile("plugins/katexmlcheck/ui.rc");
- setFocusPolicy(TQ_NoFocus);
+ setFocusPolicy(TQWidget::NoFocus);
addColumn(i18n("#"), -1);
addColumn(i18n("Line"), -1);
setColumnAlignment(1, AlignRight);