summaryrefslogtreecommitdiffstats
path: root/cervisia/logtree.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:54:11 +0900
committerMichele Calgaro <[email protected]>2023-09-04 10:31:26 +0900
commitd5e7a8219589dc8cbb928685b513aaad93a95775 (patch)
tree90bd24290e66f07a5349f9b818d1ae98cf3402c7 /cervisia/logtree.cpp
parent854ae8e07b5b84b8814546c46c59d050101a586b (diff)
downloadtdesdk-d5e7a8219589dc8cbb928685b513aaad93a95775.tar.gz
tdesdk-d5e7a8219589dc8cbb928685b513aaad93a95775.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4419ae48793b07591929aff8c69a381e7a5bbb32)
Diffstat (limited to 'cervisia/logtree.cpp')
-rw-r--r--cervisia/logtree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/logtree.cpp b/cervisia/logtree.cpp
index 7bcb5a28..864e31ee 100644
--- a/cervisia/logtree.cpp
+++ b/cervisia/logtree.cpp
@@ -82,7 +82,7 @@ LogTreeView::LogTreeView(TQWidget *parent, const char *name)
setLeftMargin(0);
setFrameStyle( TQFrame::WinPanel | TQFrame::Sunken );
setBackgroundMode(PaletteBase);
- setFocusPolicy(TQ_NoFocus);
+ setFocusPolicy(TQWidget::NoFocus);
currentRow = -1;
currentCol = -1;