diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:51:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:51:25 +0900 |
commit | e7c760c9c04c55e1ebfae695accf2aebcf9ad155 (patch) | |
tree | 89ad150b002d5ab941b74ad53490d13d9ff97e49 /src | |
parent | 5ae13039bcb5e5d863d59de6d14904977c5ecedb (diff) | |
download | tdepowersave-e7c760c9c04c55e1ebfae695accf2aebcf9ad155.tar.gz tdepowersave-e7c760c9c04c55e1ebfae695accf2aebcf9ad155.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/configuredialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp index 0b5d216..a7294f1 100644 --- a/src/configuredialog.cpp +++ b/src/configuredialog.cpp @@ -119,7 +119,7 @@ ConfigureDialog::ConfigureDialog( TDEConfig *_config, HardwareInfo *_hwinfo, Set tL_valueBrightness->setFrameStyle(TQFrame::Panel | TQFrame::Sunken); tL_valueBrightness->setBackgroundMode(TQt::PaletteBase); tL_valueBrightness->setAlignment(TQt::AlignCenter); - tL_valueBrightness->setFocusPolicy(TQ_NoFocus); + tL_valueBrightness->setFocusPolicy(TQWidget::NoFocus); // hide Lid item if this is not a laptop if (!hwinfo->isLaptop()) |