summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmaindexview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:09:22 -0600
committerTimothy Pearson <[email protected]>2011-12-18 18:09:22 -0600
commitbc48dbcc61e0c39023cc81c09f716d2ed8158648 (patch)
tree46364f015a495db0431ee52e35da2b81b0354522 /src/kbfxplasmaindexview.cpp
parentb5e89dd08b51b46ea43e036ac11dba55ea80fc72 (diff)
downloadkbfx-bc48dbcc61e0c39023cc81c09f716d2ed8158648.tar.gz
kbfx-bc48dbcc61e0c39023cc81c09f716d2ed8158648.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/kbfxplasmaindexview.cpp')
-rw-r--r--src/kbfxplasmaindexview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmaindexview.cpp b/src/kbfxplasmaindexview.cpp
index d7f8d12..becf108 100644
--- a/src/kbfxplasmaindexview.cpp
+++ b/src/kbfxplasmaindexview.cpp
@@ -262,7 +262,7 @@ KbfxPlasmaIndexView::setKbfxCanvas ( TQCanvas * cnv )
{
setCanvas ( cnv );
- canvas ()->tqsetBackgroundPixmap ( ( *KbfxPlasmaPixmapProvider::pixmap ( "listboxbg" )) );
+ canvas ()->setBackgroundPixmap ( ( *KbfxPlasmaPixmapProvider::pixmap ( "listboxbg" )) );
canvas ()->update ();
}