summaryrefslogtreecommitdiffstats
path: root/kmailcvt/filter_oe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'kmailcvt/filter_oe.cxx')
-rw-r--r--kmailcvt/filter_oe.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmailcvt/filter_oe.cxx b/kmailcvt/filter_oe.cxx
index 40f3da26..5dd8c6e5 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 {