summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/coreplugin/imageeffect_redeye.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/coreplugin/imageeffect_redeye.cpp')
-rw-r--r--digikam/imageplugins/coreplugin/imageeffect_redeye.cpp36
1 files changed, 18 insertions, 18 deletions
diff --git a/digikam/imageplugins/coreplugin/imageeffect_redeye.cpp b/digikam/imageplugins/coreplugin/imageeffect_redeye.cpp
index 496de54..df3ae2e 100644
--- a/digikam/imageplugins/coreplugin/imageeffect_redeye.cpp
+++ b/digikam/imageplugins/coreplugin/imageeffect_redeye.cpp
@@ -191,32 +191,32 @@ ImageEffect_RedEye::ImageEffect_RedEye(TQWidget* parent)
// -------------------------------------------------------------
- connect(m_channelCB, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotChannelChanged(int)));
+ connect(m_channelCB, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotChannelChanged(int)));
- connect(m_scaleBG, TQT_SIGNAL(released(int)),
- this, TQT_SLOT(slotScaleChanged(int)));
+ connect(m_scaleBG, TQ_SIGNAL(released(int)),
+ this, TQ_SLOT(slotScaleChanged(int)));
- connect(m_previewWidget, TQT_SIGNAL(spotPositionChangedFromTarget(const Digikam::DColor&, const TQPoint&)),
- this, TQT_SLOT(slotColorSelectedFromTarget(const Digikam::DColor&)));
+ connect(m_previewWidget, TQ_SIGNAL(spotPositionChangedFromTarget(const Digikam::DColor&, const TQPoint&)),
+ this, TQ_SLOT(slotColorSelectedFromTarget(const Digikam::DColor&)));
- connect(m_previewWidget, TQT_SIGNAL(signalResized()),
- this, TQT_SLOT(slotEffect()));
+ connect(m_previewWidget, TQ_SIGNAL(signalResized()),
+ this, TQ_SLOT(slotEffect()));
- connect(m_redThreshold, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_redThreshold, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_smoothLevel, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_smoothLevel, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_HSSelector, TQT_SIGNAL(valueChanged(int, int)),
- this, TQT_SLOT(slotHSChanged(int, int)));
+ connect(m_HSSelector, TQ_SIGNAL(valueChanged(int, int)),
+ this, TQ_SLOT(slotHSChanged(int, int)));
- connect(m_VSelector, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_VSelector, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_tintLevel, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_tintLevel, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotTimer()));
}
ImageEffect_RedEye::~ImageEffect_RedEye()