summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/border/bordertool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/border/bordertool.cpp')
-rw-r--r--digikam/imageplugins/border/bordertool.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/digikam/imageplugins/border/bordertool.cpp b/digikam/imageplugins/border/bordertool.cpp
index a125b52..160f5b0 100644
--- a/digikam/imageplugins/border/bordertool.cpp
+++ b/digikam/imageplugins/border/bordertool.cpp
@@ -172,23 +172,23 @@ BorderTool::BorderTool(TQObject* parent)
// -------------------------------------------------------------
- connect(m_preserveAspectRatio, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotPreserveAspectRatioToggled(bool)));
+ connect(m_preserveAspectRatio, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotPreserveAspectRatioToggled(bool)));
- connect(m_borderType, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotBorderTypeChanged(int)));
+ connect(m_borderType, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotBorderTypeChanged(int)));
- connect(m_borderPercent, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_borderPercent, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_borderWidth, TQT_SIGNAL(valueChanged(int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_borderWidth, TQ_SIGNAL(valueChanged(int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_firstColorButton, TQT_SIGNAL(changed(const TQColor &)),
- this, TQT_SLOT(slotColorForegroundChanged(const TQColor &)));
+ connect(m_firstColorButton, TQ_SIGNAL(changed(const TQColor &)),
+ this, TQ_SLOT(slotColorForegroundChanged(const TQColor &)));
- connect(m_secondColorButton, TQT_SIGNAL(changed(const TQColor &)),
- this, TQT_SLOT(slotColorBackgroundChanged(const TQColor &)));
+ connect(m_secondColorButton, TQ_SIGNAL(changed(const TQColor &)),
+ this, TQ_SLOT(slotColorBackgroundChanged(const TQColor &)));
}
BorderTool::~BorderTool()