summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/restoration/imageeffect_restoration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/restoration/imageeffect_restoration.cpp')
-rw-r--r--digikam/imageplugins/restoration/imageeffect_restoration.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/digikam/imageplugins/restoration/imageeffect_restoration.cpp b/digikam/imageplugins/restoration/imageeffect_restoration.cpp
index 7edf075..825ef23 100644
--- a/digikam/imageplugins/restoration/imageeffect_restoration.cpp
+++ b/digikam/imageplugins/restoration/imageeffect_restoration.cpp
@@ -130,11 +130,11 @@ ImageEffect_Restoration::ImageEffect_Restoration(TQWidget* parent)
// -------------------------------------------------------------
- connect(cimgLogoLabel, TQT_SIGNAL(leftClickedURL(const TQString&)),
- this, TQT_SLOT(processCImgURL(const TQString&)));
+ connect(cimgLogoLabel, TQ_SIGNAL(leftClickedURL(const TQString&)),
+ this, TQ_SLOT(processCImgURL(const TQString&)));
- connect(m_restorationTypeCB, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotResetValues(int)));
+ connect(m_restorationTypeCB, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotResetValues(int)));
}
ImageEffect_Restoration::~ImageEffect_Restoration()