summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/adjustcurves/adjustcurvestool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/adjustcurves/adjustcurvestool.cpp')
-rw-r--r--digikam/imageplugins/adjustcurves/adjustcurvestool.cpp36
1 files changed, 18 insertions, 18 deletions
diff --git a/digikam/imageplugins/adjustcurves/adjustcurvestool.cpp b/digikam/imageplugins/adjustcurves/adjustcurvestool.cpp
index 2c7862c..7bfd00f 100644
--- a/digikam/imageplugins/adjustcurves/adjustcurvestool.cpp
+++ b/digikam/imageplugins/adjustcurves/adjustcurvestool.cpp
@@ -292,38 +292,38 @@ AdjustCurvesTool::AdjustCurvesTool(TQObject* parent)
// -------------------------------------------------------------
- connect(m_curvesWidget, TQT_SIGNAL(signalCurvesChanged()),
- this, TQT_SLOT(slotTimer()));
+ connect(m_curvesWidget, TQ_SIGNAL(signalCurvesChanged()),
+ this, TQ_SLOT(slotTimer()));
- connect(m_previewWidget, TQT_SIGNAL(spotPositionChangedFromOriginal(const Digikam::DColor&, const TQPoint&)),
- this, TQT_SLOT(slotSpotColorChanged(const Digikam::DColor&)));
+ connect(m_previewWidget, TQ_SIGNAL(spotPositionChangedFromOriginal(const Digikam::DColor&, const TQPoint&)),
+ this, TQ_SLOT(slotSpotColorChanged(const Digikam::DColor&)));
- 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()));
// -------------------------------------------------------------
// ComboBox slots.
- 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_curveType, TQT_SIGNAL(clicked(int)),
- this, TQT_SLOT(slotCurveTypeChanged(int)));
+ connect(m_curveType, TQ_SIGNAL(clicked(int)),
+ this, TQ_SLOT(slotCurveTypeChanged(int)));
// -------------------------------------------------------------
// Buttons slots.
- connect(m_resetButton, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotResetCurrentChannel()));
+ connect(m_resetButton, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotResetCurrentChannel()));
- connect(m_pickerColorButtonGroup, TQT_SIGNAL(released(int)),
- this, TQT_SLOT(slotPickerColorButtonActived()));
+ connect(m_pickerColorButtonGroup, TQ_SIGNAL(released(int)),
+ this, TQ_SLOT(slotPickerColorButtonActived()));
}
AdjustCurvesTool::~AdjustCurvesTool()