summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/distortionfx/imageplugin_distortionfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/distortionfx/imageplugin_distortionfx.cpp')
-rw-r--r--digikam/imageplugins/distortionfx/imageplugin_distortionfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/imageplugins/distortionfx/imageplugin_distortionfx.cpp b/digikam/imageplugins/distortionfx/imageplugin_distortionfx.cpp
index c6e6108..582e1b9 100644
--- a/digikam/imageplugins/distortionfx/imageplugin_distortionfx.cpp
+++ b/digikam/imageplugins/distortionfx/imageplugin_distortionfx.cpp
@@ -48,7 +48,7 @@ ImagePlugin_DistortionFX::ImagePlugin_DistortionFX(TQObject *parent, const char*
: Digikam::ImagePlugin(parent, "ImagePlugin_DistortionFX")
{
m_distortionfxAction = new TDEAction(i18n("Distortion Effects..."), "distortionfx", 0,
- this, TQT_SLOT(slotDistortionFX()),
+ this, TQ_SLOT(slotDistortionFX()),
actionCollection(), "imageplugin_distortionfx");
setXMLFile( "digikamimageplugin_distortionfx_ui.rc" );