diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:49:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:49:34 +0900 |
| commit | 5665df9602807d84c8de673a2b4101f2e3a9fd89 (patch) | |
| tree | fedb01e31dc81d28355b82a5f1182f55b05bcbf3 /src/basketlistview.cpp | |
| parent | 809cae7dcd9211781f6671f121c552dc3d5061b3 (diff) | |
| download | basket-5665df9602807d84c8de673a2b4101f2e3a9fd89.tar.gz basket-5665df9602807d84c8de673a2b4101f2e3a9fd89.zip | |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/basketlistview.cpp')
| -rw-r--r-- | src/basketlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basketlistview.cpp b/src/basketlistview.cpp index 380b361..1cbe8c9 100644 --- a/src/basketlistview.cpp +++ b/src/basketlistview.cpp @@ -796,7 +796,7 @@ void BasketTreeListView::paintEmptyArea(TQPainter *painter, const TQRect &rect) } } -/** We should NEVER get focus (because of TQ_NoFocus focusPolicy()) +/** We should NEVER get focus (because of TQWidget::NoFocus focusPolicy()) * but TDEListView can programatically give us the focus. * So we give it to the basket. */ |
