From 6c8d760f1f7b0c1582ba4c7a0263a0ea0049ee21 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbfx@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kbfxplasmaindexitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kbfxplasmaindexitem.cpp') 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; } -- cgit v1.2.1