summaryrefslogtreecommitdiffstats
path: root/kbounce/kbounce.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:53:09 +0900
committerMichele Calgaro <[email protected]>2023-09-04 10:29:26 +0900
commit1ece3ab54a7c973756eeb539fb24df4f5563e117 (patch)
tree183d91483f9c5aa16c1174bb00050052513d56ca /kbounce/kbounce.cpp
parent43d761c13e328fd8096616efe9229be7a3867dfb (diff)
downloadtdegames-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 'kbounce/kbounce.cpp')
-rw-r--r--kbounce/kbounce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbounce/kbounce.cpp b/kbounce/kbounce.cpp
index 9fcb3c63..d3450bf9 100644
--- a/kbounce/kbounce.cpp
+++ b/kbounce/kbounce.cpp
@@ -103,7 +103,7 @@ KJezzball::KJezzball()
.arg(m_newAction->shortcut().toString()) );
//m_gameWidget->display( i18n("Press <Space> to start a game!") );
- setFocusPolicy(TQ_StrongFocus);
+ setFocusPolicy(TQWidget::StrongFocus);
setFocus();
setupGUI();
}