summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/sheartool/imageeffect_sheartool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/sheartool/imageeffect_sheartool.cpp')
-rw-r--r--digikam/imageplugins/sheartool/imageeffect_sheartool.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/digikam/imageplugins/sheartool/imageeffect_sheartool.cpp b/digikam/imageplugins/sheartool/imageeffect_sheartool.cpp
index dba6d20..e65bd91 100644
--- a/digikam/imageplugins/sheartool/imageeffect_sheartool.cpp
+++ b/digikam/imageplugins/sheartool/imageeffect_sheartool.cpp
@@ -159,20 +159,20 @@ ImageEffect_ShearTool::ImageEffect_ShearTool(TQWidget* parent)
// -------------------------------------------------------------
- connect(m_mainHAngleInput, TQT_SIGNAL(valueChanged (int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_mainHAngleInput, TQ_SIGNAL(valueChanged (int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_fineHAngleInput, TQT_SIGNAL(valueChanged (double)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_fineHAngleInput, TQ_SIGNAL(valueChanged (double)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_mainVAngleInput, TQT_SIGNAL(valueChanged (int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_mainVAngleInput, TQ_SIGNAL(valueChanged (int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_fineVAngleInput, TQT_SIGNAL(valueChanged (double)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_fineVAngleInput, TQ_SIGNAL(valueChanged (double)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_antialiasInput, TQT_SIGNAL(toggled (bool)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_antialiasInput, TQ_SIGNAL(toggled (bool)),
+ this, TQ_SLOT(slotEffect()));
}
ImageEffect_ShearTool::~ImageEffect_ShearTool()