-rw-r--r-- | libopie/xmltree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/xmltree.h b/libopie/xmltree.h index 7f50365..ed93c23 100644 --- a/libopie/xmltree.h +++ b/libopie/xmltree.h | |||
@@ -84,7 +84,7 @@ public: | |||
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 | ||