diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:52:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-04 10:10:07 +0900 |
commit | 001ba9ea240b3951cd3ea41162d537abf2ab0cd0 (patch) | |
tree | 9bb1ec0e1cfbb17d6d1c926c8fe6ae21dd6775be /kate/make/plugin_katemake.cpp | |
parent | fee3c3fcc6673ccd466e81d199064b690c1d307e (diff) | |
download | tdeaddons-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.cpp | 2 |
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); |