summaryrefslogtreecommitdiff
path: root/include/opie/xmltree.h
Unidiff
Diffstat (limited to 'include/opie/xmltree.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opie/xmltree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opie/xmltree.h b/include/opie/xmltree.h
index 7f50365..ed93c23 100644
--- a/include/opie/xmltree.h
+++ b/include/opie/xmltree.h
@@ -81,13 +81,13 @@ public:
81 QString value() const { return m_value; } 81 QString value() const { return m_value; }
82 82
83 void setAttributes( const AttributeMap &attrs ) { m_attributes = attrs; } 83 void setAttributes( const AttributeMap &attrs ) { m_attributes = attrs; }
84 AttributeMap attributes() const { return m_attributes; } 84 AttributeMap attributes() const { return m_attributes; }
85 AttributeMap &attributes() { return m_attributes; } 85 AttributeMap &attributes() { return m_attributes; }
86 86
87 QString attribute(const QString &)const; 87 QString attribute( const QString & ) const;
88 void setAttribute( const QString &attr, const QString &value ); 88 void setAttribute( const QString &attr, const QString &value );
89 void save( QTextStream &stream, uint indent = 0 ); 89 void save( QTextStream &stream, uint indent = 0 );
90 90
91 XMLElement *namedItem( const QString &name ); 91 XMLElement *namedItem( const QString &name );
92 92
93 XMLElement *clone() const; 93 XMLElement *clone() const;