summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/freerotation/freerotationtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/freerotation/freerotationtool.cpp')
-rw-r--r--digikam/imageplugins/freerotation/freerotationtool.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/digikam/imageplugins/freerotation/freerotationtool.cpp b/digikam/imageplugins/freerotation/freerotationtool.cpp
index 70c053c..b25f219 100644
--- a/digikam/imageplugins/freerotation/freerotationtool.cpp
+++ b/digikam/imageplugins/freerotation/freerotationtool.cpp
@@ -153,20 +153,20 @@ FreeRotationTool::FreeRotationTool(TQObject* 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()));
- connect(m_gboxSettings, TQT_SIGNAL(signalColorGuideChanged()),
- this, TQT_SLOT(slotColorGuideChanged()));
+ connect(m_gboxSettings, TQ_SIGNAL(signalColorGuideChanged()),
+ this, TQ_SLOT(slotColorGuideChanged()));
}
FreeRotationTool::~FreeRotationTool()