summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:30:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:30:08 -0600
commitf61f056943a68ecc5fa7e7789a7b9c82901a9157 (patch)
tree799817257250d71692535da8bd6e8aa3b3519b3f /src/kbfxplasmacanvasview.cpp
parent7e48847d0a084b6ff3a5d0eeb4a3c1b975cda4e5 (diff)
downloadkbfx-f61f056943a68ecc5fa7e7789a7b9c82901a9157.tar.gz
kbfx-f61f056943a68ecc5fa7e7789a7b9c82901a9157.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/kbfxplasmacanvasview.cpp')
-rw-r--r--src/kbfxplasmacanvasview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kbfxplasmacanvasview.cpp b/src/kbfxplasmacanvasview.cpp
index 57b3106..10dde65 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 );
}
}
@@ -393,7 +393,7 @@ KbfxPlasmaCanvasView::handleLoadRequest ( KbfxSignal signal )
else
canvas ()->resize ( v_stack->width (), this->visibleHeight () );
canvas()->update();
- tqrepaint();
+ repaint();
// return;
}
else
@@ -410,7 +410,7 @@ KbfxPlasmaCanvasView::handleLoadRequest ( KbfxSignal signal )
canvas ()->resize ( m_appletMap[signal.name () ]->width (),
this->visibleHeight () );
canvas()->update();
- tqrepaint();
+ repaint();
}
}
@@ -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 ) );