diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:52:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-02 15:52:18 +0900 |
commit | dedeb493d225084b3e7d477b4ebfc3894b3330a2 (patch) | |
tree | b0fbbb3d0c78367f4f7d816f571cddab027f1ad2 /kate/make | |
parent | ebb204be62fcfced4a20f6a908ab3bd6003a09d6 (diff) | |
download | tdeaddons-dedeb493d225084b3e7d477b4ebfc3894b3330a2.tar.gz tdeaddons-dedeb493d225084b3e7d477b4ebfc3894b3330a2.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/make')
-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); |