summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/batchprocessimages/imagepreview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/batchprocessimages/imagepreview.cpp')
-rw-r--r--kipi-plugins/batchprocessimages/imagepreview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kipi-plugins/batchprocessimages/imagepreview.cpp b/kipi-plugins/batchprocessimages/imagepreview.cpp
index edb3b5b..0e8f62c 100644
--- a/kipi-plugins/batchprocessimages/imagepreview.cpp
+++ b/kipi-plugins/batchprocessimages/imagepreview.cpp
@@ -79,8 +79,8 @@ int INIT_ZOOM_FACTOR;
ImagePreview::ImagePreview(const TQString &fileOrig, const TQString &fileDest, const TQString &tmpPath,
bool cropActionOrig, bool cropActionDest, const TQString &EffectName,
- const TQString &FileName, TQWidget *tqparent)
- : KDialogBase( tqparent, "PreviewDialog", true, i18n("Batch Process Preview (%1 - %2)").tqarg(EffectName)
+ const TQString &FileName, TQWidget *parent)
+ : KDialogBase( parent, "PreviewDialog", true, i18n("Batch Process Preview (%1 - %2)").tqarg(EffectName)
.tqarg(FileName), Help|Ok, Ok, true)
{
// About data and help button.
@@ -194,8 +194,8 @@ void ImagePreview::slotZoomFactorValueChanged( int ZoomFactorValue )
m_previewDest->resizeImage( ZoomFactorValue * 5 );
}
-PixmapView::PixmapView(bool cropAction, TQWidget *tqparent, const char *name)
- : TQScrollView(tqparent, name)
+PixmapView::PixmapView(bool cropAction, TQWidget *parent, const char *name)
+ : TQScrollView(parent, name)
{
m_cropAction = cropAction;
m_pix = NULL;