summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmaindexview.cpp
diff options
context:
space:
mode:
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 d7e80e1..68bee8f 100644
--- a/src/kbfxplasmaindexview.cpp
+++ b/src/kbfxplasmaindexview.cpp
@@ -271,7 +271,7 @@ KbfxPlasmaIndexView::setKbfxCanvas ( TQCanvas * cnv )
void
KbfxPlasmaIndexView::loadPlugin ( TQString name, KbfxPlasmaCanvasView * view )
{
- if ( m_pluginList.tqcontains ( name ) <= 0 )
+ if ( m_pluginList.contains ( name ) <= 0 )
{
KbfxPlasmaPluginLoader *m_loader = new KbfxPlasmaPluginLoader ();
KbfxDataStack *m_stack_R = m_loader->getView ( name );