summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/batchprocessimages/resizeoptionsdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-10 10:11:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-11 18:47:55 +0900
commitb74930c0a10ba45c28e0f6ffc7b5cd95f17bceb0 (patch)
treee834bbf0227ba64bd3a80111b3f1e501a13f3c59 /kipi-plugins/batchprocessimages/resizeoptionsdialog.cpp
parente169e36ac68f10b7005429910714aa21c5235ac3 (diff)
downloadkipi-plugins-b74930c0a10ba45c28e0f6ffc7b5cd95f17bceb0.tar.gz
kipi-plugins-b74930c0a10ba45c28e0f6ffc7b5cd95f17bceb0.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9d73fae3fa66ac8c2563ae42fd403fb0ba449eae)
Diffstat (limited to 'kipi-plugins/batchprocessimages/resizeoptionsdialog.cpp')
-rw-r--r--kipi-plugins/batchprocessimages/resizeoptionsdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/batchprocessimages/resizeoptionsdialog.cpp b/kipi-plugins/batchprocessimages/resizeoptionsdialog.cpp
index 4306f4e..0868a71 100644
--- a/kipi-plugins/batchprocessimages/resizeoptionsdialog.cpp
+++ b/kipi-plugins/batchprocessimages/resizeoptionsdialog.cpp
@@ -326,8 +326,8 @@ ResizeOptionsDialog::ResizeOptionsDialog(TQWidget *parent, int ResizeType)
dvlay->addWidget( groupBox3 );
- connect(m_customSettings, TQT_SIGNAL( toggled(bool) ),
- this, TQT_SLOT( slotCustomSettingsEnabled(bool) ) );
+ connect(m_customSettings, TQ_SIGNAL( toggled(bool) ),
+ this, TQ_SLOT( slotCustomSettingsEnabled(bool) ) );
slotCustomSettingsEnabled(false);
}