diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:53:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:53:19 +0900 |
commit | 0e051a3c83fc5e121be7a0497c823ed9546157eb (patch) | |
tree | 4abc7ae86e2340444b68825ab42c091a5fc804fe /ksvg/plugin | |
parent | 7b285cb0c78cdcc0391930b83bb83377db50b80d (diff) | |
download | tdegraphics-0e051a3c83fc5e121be7a0497c823ed9546157eb.tar.gz tdegraphics-0e051a3c83fc5e121be7a0497c823ed9546157eb.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksvg/plugin')
-rw-r--r-- | ksvg/plugin/ksvg_widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/plugin/ksvg_widget.cpp b/ksvg/plugin/ksvg_widget.cpp index 2e65f012..bd64899c 100644 --- a/ksvg/plugin/ksvg_widget.cpp +++ b/ksvg/plugin/ksvg_widget.cpp @@ -31,7 +31,7 @@ KSVGWidget::KSVGWidget(KSVGPlugin *part, TQWidget *parent, const char *name) : TQWidget(parent, name), m_part(part) { setMouseTracking(true); - setFocusPolicy(TQ_WheelFocus); + setFocusPolicy(TQWidget::WheelFocus); setBackgroundMode(NoBackground); |