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-04 09:52:55 +0900 |
commit | 2a85caa9dfbf6e374f575159b26f1c7cf5a2f878 (patch) | |
tree | ce3c7dbb67798df00648491548a9686799d8536f | |
parent | 5e7bdf8cacc30b19979620cd3cb92a3e1b7a7012 (diff) | |
download | tdepowersave-2a85caa9dfbf6e374f575159b26f1c7cf5a2f878.tar.gz tdepowersave-2a85caa9dfbf6e374f575159b26f1c7cf5a2f878.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e7c760c9c04c55e1ebfae695accf2aebcf9ad155)
-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()) |