summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/xmltree.cc
authordrw <drw>2004-02-22 17:54:40 (UTC)
committer drw <drw>2004-02-22 17:54:40 (UTC)
commit8705083d6a267450c71b0276833db5c7238f260e (patch) (side-by-side diff)
tree12cfeab08d8a05808650acb4bc48848633fda63e /libopie2/opiecore/xmltree.cc
parent5b27ef38d45ae4aa751c6e364cb62ed428808e3f (diff)
downloadopie-8705083d6a267450c71b0276833db5c7238f260e.zip
opie-8705083d6a267450c71b0276833db5c7238f260e.tar.gz
opie-8705083d6a267450c71b0276833db5c7238f260e.tar.bz2
libopie2: libopie->libopie2
Diffstat (limited to 'libopie2/opiecore/xmltree.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/xmltree.cc11
1 files changed, 6 insertions, 5 deletions
diff --git a/libopie2/opiecore/xmltree.cc b/libopie2/opiecore/xmltree.cc
index 27db5b3..059791b 100644
--- a/libopie2/opiecore/xmltree.cc
+++ b/libopie2/opiecore/xmltree.cc
@@ -19,4 +19,5 @@
+#include <opie2/xmltree.h>
+
#include <qpe/stringutil.h>
-#include <opie/xmltree.h>
@@ -88,3 +89,3 @@ void XMLElement::insertAfter( XMLElement *newChild, XMLElement *refChild )
newChild->m_next = next;
-
+
if ( next )
@@ -97,3 +98,3 @@ QString XMLElement::attribute( const QString &attr ) const
if ( it == m_attributes.end() )
- return QString::null;
+ return QString::null;
return it.data();
@@ -121,3 +122,3 @@ void XMLElement::insertBefore( XMLElement *newChild, XMLElement *refChild )
refChild->m_prev = newChild;
-
+
newChild->m_prev = prev;
@@ -283,3 +284,3 @@ XMLElement *XMLElement::namedItem( const QString &name )
- return 0;
+ return 0;
}