|
|
@ -119,7 +119,7 @@ ConfigureDialog::ConfigureDialog( TDEConfig *_config, HardwareInfo *_hwinfo, Set
|
|
|
|
tL_valueBrightness->setFrameStyle(TQFrame::Panel | TQFrame::Sunken);
|
|
|
|
tL_valueBrightness->setFrameStyle(TQFrame::Panel | TQFrame::Sunken);
|
|
|
|
tL_valueBrightness->setBackgroundMode(TQt::PaletteBase);
|
|
|
|
tL_valueBrightness->setBackgroundMode(TQt::PaletteBase);
|
|
|
|
tL_valueBrightness->setAlignment(TQt::AlignCenter);
|
|
|
|
tL_valueBrightness->setAlignment(TQt::AlignCenter);
|
|
|
|
tL_valueBrightness->setFocusPolicy(TQ_NoFocus);
|
|
|
|
tL_valueBrightness->setFocusPolicy(TQWidget::NoFocus);
|
|
|
|
|
|
|
|
|
|
|
|
// hide Lid item if this is not a laptop
|
|
|
|
// hide Lid item if this is not a laptop
|
|
|
|
if (!hwinfo->isLaptop())
|
|
|
|
if (!hwinfo->isLaptop())
|
|
|
|