summaryrefslogtreecommitdiffstats
path: root/kmahjongg/Editor.cpp
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 /kmahjongg/Editor.cpp
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 'kmahjongg/Editor.cpp')
-rw-r--r--kmahjongg/Editor.cpp2
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);