From e69e8b1d09fb579316595b4e6a850e717358a8b1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 19 Jun 2011 19:03:33 +0000 Subject: TQt4 port kdegraphics This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pmxmlparser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpovmodeler/pmxmlparser.h') diff --git a/kpovmodeler/pmxmlparser.h b/kpovmodeler/pmxmlparser.h index 2ff8f351..d33ff434 100644 --- a/kpovmodeler/pmxmlparser.h +++ b/kpovmodeler/pmxmlparser.h @@ -70,10 +70,10 @@ private: bool initDocument( ); /** - * Looks for child objects, parses them and appends them to the parent - * object. If parent is 0, all objects are appended to the result list. + * Looks for child objects, parses them and appends them to the tqparent + * object. If tqparent is 0, all objects are appended to the result list. */ - void parseChildObjects( TQDomElement& e, PMObject* parent ); + void parseChildObjects( TQDomElement& e, PMObject* tqparent ); TQDomDocument* m_pDoc; int m_majorDocumentFormat; -- cgit v1.2.1