summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbfxplasmacanvasview.cpp')
-rw-r--r--src/kbfxplasmacanvasview.cpp4
1 files changed, 2 insertions, 2 deletions
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 ) );