diff --git a/kipi-plugins/batchprocessimages/imagepreview.cpp b/kipi-plugins/batchprocessimages/imagepreview.cpp index e990595..edb3b5b 100644 --- a/kipi-plugins/batchprocessimages/imagepreview.cpp +++ b/kipi-plugins/batchprocessimages/imagepreview.cpp @@ -324,7 +324,7 @@ void PixmapView::PreviewProcessDone(KProcess* proc) p.drawText(0, 0, m_pix->width(), m_pix->height(), TQt::AlignCenter, i18n("Cannot\nprocess\npreview\nimage.")); p.end(); - tqrepaintContents(); + repaintContents(); m_validPreview = false; } } @@ -340,7 +340,7 @@ void PixmapView::resizeImage(int ZoomFactor) TQImage imgTmp = m_img.scale(w, h); m_pix->convertFromImage(imgTmp); resizeContents(w, h); - tqrepaintContents(false); + repaintContents(false); } void PixmapView::drawContents(TQPainter *p, int x, int y, int w, int h)