summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/distortionfx/distortionfxtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/distortionfx/distortionfxtool.cpp')
-rw-r--r--digikam/imageplugins/distortionfx/distortionfxtool.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/digikam/imageplugins/distortionfx/distortionfxtool.cpp b/digikam/imageplugins/distortionfx/distortionfxtool.cpp
index 3be193c..45ff0e4 100644
--- a/digikam/imageplugins/distortionfx/distortionfxtool.cpp
+++ b/digikam/imageplugins/distortionfx/distortionfxtool.cpp
@@ -164,17 +164,17 @@ DistortionFXTool::DistortionFXTool(TQObject* parent)
// -------------------------------------------------------------
- connect(m_effectType, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotEffectTypeChanged(int)));
+ connect(m_effectType, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotEffectTypeChanged(int)));
- 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_gboxSettings, TQT_SIGNAL(signalColorGuideChanged()),
- this, TQT_SLOT(slotColorGuideChanged()));
+ connect(m_gboxSettings, TQ_SIGNAL(signalColorGuideChanged()),
+ this, TQ_SLOT(slotColorGuideChanged()));
}
DistortionFXTool::~DistortionFXTool()