summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.cpp')
-rw-r--r--digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.cpp b/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.cpp
index 5d9dbf1..89420a9 100644
--- a/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.cpp
+++ b/digikam/imageplugins/lensdistortion/imageeffect_lensdistortion.cpp
@@ -155,17 +155,17 @@ ImageEffect_LensDistortion::ImageEffect_LensDistortion(TQWidget* parent)
// -------------------------------------------------------------
- connect(m_mainInput, TQT_SIGNAL(valueChanged (double)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_mainInput, TQ_SIGNAL(valueChanged (double)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_edgeInput, TQT_SIGNAL(valueChanged (double)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_edgeInput, TQ_SIGNAL(valueChanged (double)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_rescaleInput, TQT_SIGNAL(valueChanged (double)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_rescaleInput, TQ_SIGNAL(valueChanged (double)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_brightenInput, TQT_SIGNAL(valueChanged (double)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_brightenInput, TQ_SIGNAL(valueChanged (double)),
+ this, TQ_SLOT(slotTimer()));
// -------------------------------------------------------------