diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:52:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-04 10:33:38 +0900 |
commit | 7ff24388e9d913479dd269cf29ba9aae5f6bde48 (patch) | |
tree | a5eecb895074ce87f4225b37f4e4b930f8cf046d /kcontrol/colors/colorscm.cpp | |
parent | 88a3a73f276d3e2f49ee25f57fb8e8660ebe2228 (diff) | |
download | tdebase-7ff24388e9d913479dd269cf29ba9aae5f6bde48.tar.gz tdebase-7ff24388e9d913479dd269cf29ba9aae5f6bde48.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a8f627e6d45af521718176586daf0253b4daa597)
Diffstat (limited to 'kcontrol/colors/colorscm.cpp')
-rw-r--r-- | kcontrol/colors/colorscm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp index b1cc2616a..214462046 100644 --- a/kcontrol/colors/colorscm.cpp +++ b/kcontrol/colors/colorscm.cpp @@ -256,7 +256,7 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis sb = new TQSlider( Qt::Horizontal,group,"Slider" ); sb->setRange( 0, 10 ); - sb->setFocusPolicy( TQ_StrongFocus ); + sb->setFocusPolicy( TQWidget::StrongFocus ); connect(sb, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(sliderValueChanged(int))); TQWhatsThis::add(sb, i18n("Use this slider to change the contrast level" |