summaryrefslogtreecommitdiffstats
path: root/quanta/project/uploadprofiles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/project/uploadprofiles.cpp')
-rw-r--r--quanta/project/uploadprofiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/project/uploadprofiles.cpp b/quanta/project/uploadprofiles.cpp
index 779903ab..13df5eda 100644
--- a/quanta/project/uploadprofiles.cpp
+++ b/quanta/project/uploadprofiles.cpp
@@ -60,7 +60,7 @@ bool UploadProfiles::removeFromMapAndXML(const TQString &name)
return false;
// ok now remove
TQDomElement el = (*it).domElement;
- el.tqparentNode().removeChild(el);
+ el.parentNode().removeChild(el);
erase(name);
return true;
}