summaryrefslogtreecommitdiffstats
path: root/digikam/utilities/imageeditor/tools/imageprint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/utilities/imageeditor/tools/imageprint.cpp')
-rw-r--r--digikam/utilities/imageeditor/tools/imageprint.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/digikam/utilities/imageeditor/tools/imageprint.cpp b/digikam/utilities/imageeditor/tools/imageprint.cpp
index ece28f6..5cab236 100644
--- a/digikam/utilities/imageeditor/tools/imageprint.cpp
+++ b/digikam/utilities/imageeditor/tools/imageprint.cpp
@@ -460,26 +460,26 @@ ImageEditorPrintDialogPage::ImageEditorPrintDialogPage(DImg& image, TQWidget *pa
// ------------------------------------------------------------------------
- connect( d->colorManaged, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotAlertSettings( bool )) );
+ connect( d->colorManaged, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotAlertSettings( bool )) );
- connect( d->cmPreferences, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotSetupDlg()) );
+ connect( d->cmPreferences, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotSetupDlg()) );
- connect( d->scale, TQT_SIGNAL( toggled( bool )),
- this, TQT_SLOT( toggleScaling( bool )));
+ connect( d->scale, TQ_SIGNAL( toggled( bool )),
+ this, TQ_SLOT( toggleScaling( bool )));
- connect(d->width, TQT_SIGNAL( valueChanged( double )),
- this, TQT_SLOT( slotWidthChanged( double )));
+ connect(d->width, TQ_SIGNAL( valueChanged( double )),
+ this, TQ_SLOT( slotWidthChanged( double )));
- connect(d->height, TQT_SIGNAL( valueChanged( double )),
- this, TQT_SLOT( slotHeightChanged( double )));
+ connect(d->height, TQ_SIGNAL( valueChanged( double )),
+ this, TQ_SLOT( slotHeightChanged( double )));
- connect(d->keepRatio, TQT_SIGNAL( toggled( bool )),
- this, TQT_SLOT( toggleRatio( bool )));
+ connect(d->keepRatio, TQ_SIGNAL( toggled( bool )),
+ this, TQ_SLOT( toggleRatio( bool )));
- connect(d->units, TQT_SIGNAL(activated(const TQString &)),
- this, TQT_SLOT(slotUnitChanged(const TQString& )));
+ connect(d->units, TQ_SIGNAL(activated(const TQString &)),
+ this, TQ_SLOT(slotUnitChanged(const TQString& )));
}
ImageEditorPrintDialogPage::~ImageEditorPrintDialogPage()