summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/channelmixer/imageplugin_channelmixer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/channelmixer/imageplugin_channelmixer.cpp')
-rw-r--r--digikam/imageplugins/channelmixer/imageplugin_channelmixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/imageplugins/channelmixer/imageplugin_channelmixer.cpp b/digikam/imageplugins/channelmixer/imageplugin_channelmixer.cpp
index 2afbafd..19fe21a 100644
--- a/digikam/imageplugins/channelmixer/imageplugin_channelmixer.cpp
+++ b/digikam/imageplugins/channelmixer/imageplugin_channelmixer.cpp
@@ -47,7 +47,7 @@ ImagePlugin_ChannelMixer::ImagePlugin_ChannelMixer(TQObject *parent, const char*
{
m_channelMixerAction = new TDEAction(i18n("Channel Mixer..."), "channelmixer",
CTRL+Key_H,
- this, TQT_SLOT(slotChannelMixer()),
+ this, TQ_SLOT(slotChannelMixer()),
actionCollection(), "imageplugin_channelmixer");
setXMLFile("digikamimageplugin_channelmixer_ui.rc");