summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:47:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:47:27 +0900
commit789fb7a1f71ff58c48671be7f797b08f1682bd41 (patch)
tree915fffec0136b221814c99e0d4faeee8985084bc
parent5d16343400c5c7024a44e964d8a5b3bdbd553138 (diff)
downloadknights-789fb7a1.tar.gz
knights-789fb7a1.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--knights/knights.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/knights.cpp b/knights/knights.cpp
index f9d3867..4a4468c 100644
--- a/knights/knights.cpp
+++ b/knights/knights.cpp
@@ -47,7 +47,7 @@ Knights::Knights(TDECmdLineArgs *Args, TQWidget *parent, const char *name) : TDE
Minimized = FALSE;
args = Args;
SplashScreen = NULL;
- setFocusPolicy( TQ_ClickFocus );
+ setFocusPolicy( TQWidget::ClickFocus );
}
Knights::~Knights()