summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/filmgrain/imageeffect_filmgrain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/filmgrain/imageeffect_filmgrain.cpp')
-rw-r--r--digikam/imageplugins/filmgrain/imageeffect_filmgrain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/imageplugins/filmgrain/imageeffect_filmgrain.cpp b/digikam/imageplugins/filmgrain/imageeffect_filmgrain.cpp
index 25bfc08..5188479 100644
--- a/digikam/imageplugins/filmgrain/imageeffect_filmgrain.cpp
+++ b/digikam/imageplugins/filmgrain/imageeffect_filmgrain.cpp
@@ -87,7 +87,7 @@ ImageEffect_FilmGrain::ImageEffect_FilmGrain(TQWidget* parent)
TQGridLayout* gridSettings = new TQGridLayout( gboxSettings, 1, 1, 0, spacingHint());
TQLabel *label1 = new TQLabel(i18n("Sensitivity (ISO):"), gboxSettings);
- m_sensibilitySlider = new TQSlider(2, 30, 1, 12, Qt::Horizontal, gboxSettings);
+ m_sensibilitySlider = new TQSlider(2, 30, 1, 12, TQt::Horizontal, gboxSettings);
m_sensibilitySlider->setTracking ( false );
m_sensibilitySlider->setTickInterval(1);
m_sensibilitySlider->setTickmarks(TQSlider::Below);