summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/shared/domtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/shared/domtool.cpp')
-rw-r--r--kdevdesigner/shared/domtool.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdevdesigner/shared/domtool.cpp b/kdevdesigner/shared/domtool.cpp
index 4293224f..f8ed4ec5 100644
--- a/kdevdesigner/shared/domtool.cpp
+++ b/kdevdesigner/shared/domtool.cpp
@@ -404,9 +404,9 @@ void DomTool::fixDocument( TQDomDocument& doc )
bool stdset = toBool( e.attribute( "stdset" ) );
if ( stdset || name == "toolTip" || name == "whatsThis" ||
name == "buddy" ||
- e.tqparentNode().toElement().tagName() == "item" ||
- e.tqparentNode().toElement().tagName() == "spacer" ||
- e.tqparentNode().toElement().tagName() == "column"
+ e.parentNode().toElement().tagName() == "item" ||
+ e.parentNode().toElement().tagName() == "spacer" ||
+ e.parentNode().toElement().tagName() == "column"
)
e.removeAttribute( "stdset" );
else