summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/lilxml.c
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indi/lilxml.c')
-rw-r--r--kstars/kstars/indi/lilxml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/indi/lilxml.c b/kstars/kstars/indi/lilxml.c
index 4d52aaf2..1fec3989 100644
--- a/kstars/kstars/indi/lilxml.c
+++ b/kstars/kstars/indi/lilxml.c
@@ -296,14 +296,14 @@ nextXMLAtt (XMLEle *ep, int init)
/* return tqparent of given XMLEle */
XMLEle *
-tqparentXMLEle (XMLEle *ep)
+parentXMLEle (XMLEle *ep)
{
return (ep->pe);
}
/* return tqparent element of given XMLAtt */
XMLEle *
-tqparentXMLAtt (XMLAtt *ap)
+parentXMLAtt (XMLAtt *ap)
{
return (ap->ce);
}