summaryrefslogtreecommitdiffstats
path: root/src/configuredialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:51:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:51:25 +0900
commite7c760c9c04c55e1ebfae695accf2aebcf9ad155 (patch)
tree89ad150b002d5ab941b74ad53490d13d9ff97e49 /src/configuredialog.cpp
parent5ae13039bcb5e5d863d59de6d14904977c5ecedb (diff)
downloadtdepowersave-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/configuredialog.cpp')
-rw-r--r--src/configuredialog.cpp2
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())