summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/adjustlevels/adjustlevels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/adjustlevels/adjustlevels.cpp')
-rw-r--r--digikam/imageplugins/adjustlevels/adjustlevels.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/digikam/imageplugins/adjustlevels/adjustlevels.cpp b/digikam/imageplugins/adjustlevels/adjustlevels.cpp
index 0ce3622..eef0062 100644
--- a/digikam/imageplugins/adjustlevels/adjustlevels.cpp
+++ b/digikam/imageplugins/adjustlevels/adjustlevels.cpp
@@ -188,7 +188,7 @@ AdjustLevelDialog::AdjustLevelDialog(TQWidget* parent)
// -------------------------------------------------------------
- m_hGradientMinInput = new KGradientSelector( KSelector::Horizontal, gboxSettings );
+ m_hGradientMinInput = new KGradientSelector( TDESelector::Horizontal, gboxSettings );
m_hGradientMinInput->setFixedHeight( 20 );
m_hGradientMinInput->setMinValue(0);
m_hGradientMinInput->setMaxValue(m_histoSegments);
@@ -197,7 +197,7 @@ AdjustLevelDialog::AdjustLevelDialog(TQWidget* parent)
m_hGradientMinInput->setColors( TQColor( "black" ), TQColor( "white" ) );
m_hGradientMinInput->installEventFilter(this);
- m_hGradientMaxInput = new KGradientSelector( KSelector::Horizontal, gboxSettings );
+ m_hGradientMaxInput = new KGradientSelector( TDESelector::Horizontal, gboxSettings );
m_hGradientMaxInput->setFixedHeight( 20 );
m_hGradientMaxInput->setMinValue(0);
m_hGradientMaxInput->setMaxValue(m_histoSegments);
@@ -223,7 +223,7 @@ AdjustLevelDialog::AdjustLevelDialog(TQWidget* parent)
TQToolTip::add( m_maxInput, i18n( "Maximal intensity input." ) );
TQWhatsThis::add( m_maxInput, i18n("<p>Select the maximal intensity input value of the histogram."));
- m_hGradientMinOutput = new KGradientSelector( KSelector::Horizontal, gboxSettings );
+ m_hGradientMinOutput = new KGradientSelector( TDESelector::Horizontal, gboxSettings );
m_hGradientMinOutput->setColors( TQColor( "black" ), TQColor( "white" ) );
TQWhatsThis::add( m_hGradientMinOutput, i18n("<p>Select the minimal intensity output value of the histogram."));
TQToolTip::add( m_hGradientMinOutput, i18n( "Minimal intensity output." ) );
@@ -232,7 +232,7 @@ AdjustLevelDialog::AdjustLevelDialog(TQWidget* parent)
m_hGradientMinOutput->setMaxValue(m_histoSegments);
m_hGradientMinOutput->installEventFilter(this);
- m_hGradientMaxOutput = new KGradientSelector( KSelector::Horizontal, gboxSettings );
+ m_hGradientMaxOutput = new KGradientSelector( TDESelector::Horizontal, gboxSettings );
m_hGradientMaxOutput->setColors( TQColor( "black" ), TQColor( "white" ) );
TQWhatsThis::add( m_hGradientMaxOutput, i18n("<p>Select the maximal intensity output value of the histogram."));
TQToolTip::add( m_hGradientMaxOutput, i18n( "Maximal intensity output." ) );