diff options
Diffstat (limited to 'src/kbfxplasmaindexitem.cpp')
-rw-r--r-- | src/kbfxplasmaindexitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kbfxplasmaindexitem.cpp b/src/kbfxplasmaindexitem.cpp index 3c08d3c..b7a37fd 100644 --- a/src/kbfxplasmaindexitem.cpp +++ b/src/kbfxplasmaindexitem.cpp @@ -168,9 +168,9 @@ KbfxPlasmaIndexItem::belongsTo() } void -KbfxPlasmaIndexItem::setBelongsTo ( TQString tqparent ) +KbfxPlasmaIndexItem::setBelongsTo ( TQString parent ) { - m_parent = tqparent; + m_parent = parent; } |