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 /kmahjongg/Editor.cpp | |
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 'kmahjongg/Editor.cpp')
-rw-r--r-- | kmahjongg/Editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmahjongg/Editor.cpp b/kmahjongg/Editor.cpp index 87893bf3..1271a760 100644 --- a/kmahjongg/Editor.cpp +++ b/kmahjongg/Editor.cpp @@ -61,7 +61,7 @@ Editor::Editor drawFrame->setGeometry( 10, 40 ,sWidth ,sHeight); drawFrame->setMinimumSize( 0, 0 ); drawFrame->setMaximumSize( 32767, 32767 ); - drawFrame->setFocusPolicy( TQ_NoFocus ); + drawFrame->setFocusPolicy( TQWidget::NoFocus ); drawFrame->setBackgroundMode( TQWidget::PaletteBackground ); drawFrame->setFrameStyle( 49 ); drawFrame->setMouseTracking(true); |