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-03 22:32:45 +0900
commitfd043239e6e0eed0de9924e7c5b5e64e90500e12 (patch)
tree915fffec0136b221814c99e0d4faeee8985084bc
parent4703dbc14b5d521d63d2fee2a8789143e211db06 (diff)
downloadknights-fd043239.tar.gz
knights-fd043239.zip
Replace TQ_*Focus* and TQ_Scale* definesr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 789fb7a1f71ff58c48671be7f797b08f1682bd41)
-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()