summaryrefslogtreecommitdiffstats
path: root/kate/make/plugin_katemake.cpp
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-04 10:10:07 +0900
commit001ba9ea240b3951cd3ea41162d537abf2ab0cd0 (patch)
tree9bb1ec0e1cfbb17d6d1c926c8fe6ae21dd6775be /kate/make/plugin_katemake.cpp
parentfee3c3fcc6673ccd466e81d199064b690c1d307e (diff)
downloadtdeaddons-001ba9ea240b3951cd3ea41162d537abf2ab0cd0.tar.gz
tdeaddons-001ba9ea240b3951cd3ea41162d537abf2ab0cd0.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dedeb493d225084b3e7d477b4ebfc3894b3330a2)
Diffstat (limited to 'kate/make/plugin_katemake.cpp')
-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);