summaryrefslogtreecommitdiffstats
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-04 09:52:55 +0900
commit2a85caa9dfbf6e374f575159b26f1c7cf5a2f878 (patch)
treece3c7dbb67798df00648491548a9686799d8536f
parent5e7bdf8cacc30b19979620cd3cb92a3e1b7a7012 (diff)
downloadtdepowersave-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.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())