diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:54:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:54:29 +0900 |
commit | 46c271a0c91e3bd1b018b1ff43be34a52f5c2cc8 (patch) | |
tree | f4e64eff8c96dc4a8eaaa30b6e234cc140409969 /charselectapplet | |
parent | cb9417f415d9eb05966fbe27c323bccb8b801b52 (diff) | |
download | tdeutils-46c271a0c91e3bd1b018b1ff43be34a52f5c2cc8.tar.gz tdeutils-46c271a0c91e3bd1b018b1ff43be34a52f5c2cc8.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'charselectapplet')
-rw-r--r-- | charselectapplet/charselectapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charselectapplet/charselectapplet.cpp b/charselectapplet/charselectapplet.cpp index 9730560..cd2e0f5 100644 --- a/charselectapplet/charselectapplet.cpp +++ b/charselectapplet/charselectapplet.cpp @@ -157,7 +157,7 @@ CharTable::CharTable(TQWidget* parent, const char* name) _cWidth(cell_width), _cHeight(cell_height) { setFrameStyle(TQFrame::StyledPanel | TQFrame::Sunken); - setFocusPolicy(TQ_NoFocus); + setFocusPolicy(TQWidget::NoFocus); setBackgroundMode(TQWidget::NoBackground); } |