summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/colorfx/colorfxtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/colorfx/colorfxtool.cpp')
-rw-r--r--digikam/imageplugins/colorfx/colorfxtool.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/digikam/imageplugins/colorfx/colorfxtool.cpp b/digikam/imageplugins/colorfx/colorfxtool.cpp
index ad9fd04..dd16e7c 100644
--- a/digikam/imageplugins/colorfx/colorfxtool.cpp
+++ b/digikam/imageplugins/colorfx/colorfxtool.cpp
@@ -203,26 +203,26 @@ ColorFXTool::ColorFXTool(TQObject* 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 DColor &, const TQPoint & )),
- this, TQT_SLOT(slotColorSelectedFromTarget( const DColor & )));
+ connect(m_previewWidget, TQ_SIGNAL(spotPositionChangedFromTarget( const DColor &, const TQPoint & )),
+ this, TQ_SLOT(slotColorSelectedFromTarget( const DColor & )));
- connect(m_levelInput, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_levelInput, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_iterationInput, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_iterationInput, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_previewWidget, TQT_SIGNAL(signalResized()),
- this, TQT_SLOT(slotEffect()));
+ connect(m_previewWidget, TQ_SIGNAL(signalResized()),
+ this, TQ_SLOT(slotEffect()));
- connect(m_effectType, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotEffectTypeChanged(int)));
+ connect(m_effectType, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotEffectTypeChanged(int)));
}
ColorFXTool::~ColorFXTool()