From dfb7562b7e607f0ae077a6a436966203029df56d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmailcvt/filter_oe.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmailcvt/filter_oe.cxx') diff --git a/kmailcvt/filter_oe.cxx b/kmailcvt/filter_oe.cxx index 40f3da26d..5dd8c6e51 100644 --- a/kmailcvt/filter_oe.cxx +++ b/kmailcvt/filter_oe.cxx @@ -410,9 +410,9 @@ TQString FilterOE::getFolderName(TQString filename) } } else { TQString _currentID = tmp[2]; - TQString _tqparentID = tmp[3]; + TQString _parentID = tmp[3]; if(_currentID == search) { - if(_tqparentID.isEmpty()) { // this is the root of the folder + if(_parentID.isEmpty()) { // this is the root of the folder found = true; break; } else { -- cgit v1.2.1