summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/lensdistortion/lensdistortiontool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/lensdistortion/lensdistortiontool.cpp')
-rw-r--r--digikam/imageplugins/lensdistortion/lensdistortiontool.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/digikam/imageplugins/lensdistortion/lensdistortiontool.cpp b/digikam/imageplugins/lensdistortion/lensdistortiontool.cpp
index dde7aab..8d33e1d 100644
--- a/digikam/imageplugins/lensdistortion/lensdistortiontool.cpp
+++ b/digikam/imageplugins/lensdistortion/lensdistortiontool.cpp
@@ -154,20 +154,20 @@ LensDistortionTool::LensDistortionTool(TQObject* 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()));
- connect(m_gboxSettings, TQT_SIGNAL(signalColorGuideChanged()),
- this, TQT_SLOT(slotColorGuideChanged()));
+ connect(m_gboxSettings, TQ_SIGNAL(signalColorGuideChanged()),
+ this, TQ_SLOT(slotColorGuideChanged()));
// -------------------------------------------------------------