summaryrefslogtreecommitdiffstats
path: root/ksokoban
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:53:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:53:09 +0900
commit8b08e8d5f6d410854393049d96157eded0f9b26c (patch)
tree0c982da5cea10ce8af72a79a5ff12f6101309e30 /ksokoban
parent9f3f41c457e2b491bda3e7ba70ad5b4f312dbff7 (diff)
downloadtdegames-8b08e8d5f6d410854393049d96157eded0f9b26c.tar.gz
tdegames-8b08e8d5f6d410854393049d96157eded0f9b26c.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksokoban')
-rw-r--r--ksokoban/PlayField.cpp2
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);