From bc48dbcc61e0c39023cc81c09f716d2ed8158648 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:09:22 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/kbfxplasmacanvasview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kbfxplasmacanvasview.cpp') diff --git a/src/kbfxplasmacanvasview.cpp b/src/kbfxplasmacanvasview.cpp index 57b3106..0f1ce6b 100644 --- a/src/kbfxplasmacanvasview.cpp +++ b/src/kbfxplasmacanvasview.cpp @@ -331,7 +331,7 @@ KbfxPlasmaCanvasView::setKbfxCanvas ( TQCanvas * cnv ) TQImage img = pixmap->convertToImage(); img = img.smoothScale ( this->width(),pixmap->height(),TQ_ScaleFree ); pixmap->convertFromImage ( img ); - this->canvas ()->tqsetBackgroundPixmap ( *pixmap ); + this->canvas ()->setBackgroundPixmap ( *pixmap ); } } @@ -465,7 +465,7 @@ KbfxPlasmaCanvasView::search_R ( const TQString name ) TQImage img = pixmap->convertToImage(); img = img.smoothScale ( this->width(),pixmap->height(),TQ_ScaleFree ); pixmap->convertFromImage ( img ); - this->canvas ()->tqsetBackgroundPixmap ( *pixmap ); + this->canvas ()->setBackgroundPixmap ( *pixmap ); } this->setCursor ( TQCursor ( TQt::BusyCursor ) ); -- cgit v1.2.3