summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/inserttext/imageeffect_inserttext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/inserttext/imageeffect_inserttext.cpp')
-rw-r--r--digikam/imageplugins/inserttext/imageeffect_inserttext.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/digikam/imageplugins/inserttext/imageeffect_inserttext.cpp b/digikam/imageplugins/inserttext/imageeffect_inserttext.cpp
index b6c1e4e..3f88644 100644
--- a/digikam/imageplugins/inserttext/imageeffect_inserttext.cpp
+++ b/digikam/imageplugins/inserttext/imageeffect_inserttext.cpp
@@ -192,28 +192,28 @@ ImageEffect_InsertText::ImageEffect_InsertText(TQWidget* parent)
// -------------------------------------------------------------
- connect(m_fontChooserWidget, TQT_SIGNAL(fontSelected (const TQFont &)),
- this, TQT_SLOT(slotFontPropertiesChanged(const TQFont &)));
+ connect(m_fontChooserWidget, TQ_SIGNAL(fontSelected (const TQFont &)),
+ this, TQ_SLOT(slotFontPropertiesChanged(const TQFont &)));
- connect(m_fontColorButton, TQT_SIGNAL(changed(const TQColor &)),
- this, TQT_SLOT(slotUpdatePreview()));
+ connect(m_fontColorButton, TQ_SIGNAL(changed(const TQColor &)),
+ this, TQ_SLOT(slotUpdatePreview()));
- connect(m_textEdit, TQT_SIGNAL(textChanged()),
- this, TQT_SLOT(slotUpdatePreview()));
+ connect(m_textEdit, TQ_SIGNAL(textChanged()),
+ this, TQ_SLOT(slotUpdatePreview()));
- connect(m_alignButtonGroup, TQT_SIGNAL(released(int)),
- this, TQT_SLOT(slotAlignModeChanged(int)));
+ connect(m_alignButtonGroup, TQ_SIGNAL(released(int)),
+ this, TQ_SLOT(slotAlignModeChanged(int)));
- connect(m_borderText, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotUpdatePreview()));
+ connect(m_borderText, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotUpdatePreview()));
- connect(m_transparentText, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotUpdatePreview()));
+ connect(m_transparentText, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotUpdatePreview()));
- connect(m_textRotation, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotUpdatePreview()));
+ connect(m_textRotation, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotUpdatePreview()));
- connect(this, TQT_SIGNAL(signalUpdatePreview()), TQT_SLOT(slotUpdatePreview()));
+ connect(this, TQ_SIGNAL(signalUpdatePreview()), TQ_SLOT(slotUpdatePreview()));
// -------------------------------------------------------------
slotUpdatePreview();