diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:47:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-02 15:47:27 +0900 |
commit | 789fb7a1f71ff58c48671be7f797b08f1682bd41 (patch) | |
tree | 915fffec0136b221814c99e0d4faeee8985084bc | |
parent | 5d16343400c5c7024a44e964d8a5b3bdbd553138 (diff) | |
download | knights-789fb7a1f71ff58c48671be7f797b08f1682bd41.tar.gz knights-789fb7a1f71ff58c48671be7f797b08f1682bd41.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | knights/knights.cpp | 2 |
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() |