diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:53:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-04 10:29:26 +0900 |
commit | 1ece3ab54a7c973756eeb539fb24df4f5563e117 (patch) | |
tree | 183d91483f9c5aa16c1174bb00050052513d56ca /ksokoban | |
parent | 43d761c13e328fd8096616efe9229be7a3867dfb (diff) | |
download | tdegames-1ece3ab54a7c973756eeb539fb24df4f5563e117.tar.gz tdegames-1ece3ab54a7c973756eeb539fb24df4f5563e117.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8b08e8d5f6d410854393049d96157eded0f9b26c)
Diffstat (limited to 'ksokoban')
-rw-r--r-- | ksokoban/PlayField.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksokoban/PlayField.cpp b/ksokoban/PlayField.cpp index 1483aa44..c781e366 100644 --- a/ksokoban/PlayField.cpp +++ b/ksokoban/PlayField.cpp @@ -54,7 +54,7 @@ PlayField::PlayField(TQWidget *parent, const char *name, WFlags f) pushesText_(i18n("Pushes:")), statusFont_(TDEGlobalSettings::generalFont().family(), 18, TQFont::Bold), statusMetrics_(statusFont_) { - setFocusPolicy(TQ_StrongFocus); + setFocusPolicy(TQWidget::StrongFocus); setFocus(); setBackgroundMode(TQt::NoBackground); setMouseTracking(true); |