summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/freerotation/imageeffect_freerotation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/freerotation/imageeffect_freerotation.cpp')
-rw-r--r--digikam/imageplugins/freerotation/imageeffect_freerotation.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/digikam/imageplugins/freerotation/imageeffect_freerotation.cpp b/digikam/imageplugins/freerotation/imageeffect_freerotation.cpp
index 9e546e0..bce50f0 100644
--- a/digikam/imageplugins/freerotation/imageeffect_freerotation.cpp
+++ b/digikam/imageplugins/freerotation/imageeffect_freerotation.cpp
@@ -156,17 +156,17 @@ ImageEffect_FreeRotation::ImageEffect_FreeRotation(TQWidget* parent)
// -------------------------------------------------------------
- connect(m_angleInput, TQT_SIGNAL(valueChanged (int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_angleInput, TQ_SIGNAL(valueChanged (int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_fineAngleInput, TQT_SIGNAL(valueChanged (double)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_fineAngleInput, 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()));
- connect(m_autoCropCB, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_autoCropCB, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotEffect()));
}
ImageEffect_FreeRotation::~ImageEffect_FreeRotation()