diff options
Diffstat (limited to 'kpovmodeler/pmxmlhelper.h')
-rw-r--r-- | kpovmodeler/pmxmlhelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmxmlhelper.h b/kpovmodeler/pmxmlhelper.h index 9e9af51c..87304fae 100644 --- a/kpovmodeler/pmxmlhelper.h +++ b/kpovmodeler/pmxmlhelper.h @@ -35,7 +35,7 @@ class PMPart; class PMParser; /** - * Class for reading attributes out of a @ref QDomElement + * Class for reading attributes out of a @ref TQDomElement */ class PMXMLHelper { @@ -46,7 +46,7 @@ public: PMXMLHelper( const TQDomElement& e, PMPart* p, PMParser* par, int majorDocumentFormat, int minorDocumentFormat ); /** - * Returns the QDomElement + * Returns the TQDomElement */ TQDomElement element( ) const { return m_e; } |