summaryrefslogtreecommitdiffstats
path: root/akregator
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:01 +0900
commit84129a6fadb049acceb743bd6cf1dea0c513522a (patch)
tree959a986f95c87092b1aefb8a0def491284409985 /akregator
parent6e5a971f6ba86df21b9f6cfae07d7d4dac355806 (diff)
downloadtdepim-84129a6fadb049acceb743bd6cf1dea0c513522a.tar.gz
tdepim-84129a6fadb049acceb743bd6cf1dea0c513522a.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'akregator')
-rw-r--r--akregator/src/akregator_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/akregator_view.cpp b/akregator/src/akregator_view.cpp
index a65adf39f..1e866bda9 100644
--- a/akregator/src/akregator_view.cpp
+++ b/akregator/src/akregator_view.cpp
@@ -224,7 +224,7 @@ View::View( Part *part, TQWidget *parent, ActionManagerImpl* actionManager, cons
m_shuttingDown = false;
m_displayingAboutPage = false;
m_currentFrame = 0L;
- setFocusPolicy(TQ_StrongFocus);
+ setFocusPolicy(TQWidget::StrongFocus);
TQVBoxLayout *lt = new TQVBoxLayout( this );