summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/xmltree.cc
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/xmltree.cc') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/xmltree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiecore/xmltree.cc b/libopie2/opiecore/xmltree.cc
index bf93151..d5ce74a 100644
--- a/libopie2/opiecore/xmltree.cc
+++ b/libopie2/opiecore/xmltree.cc
@@ -9,25 +9,25 @@
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
-#include "xmltree.h"
+#include <opie/xmltree.h>
#include <qxml.h>
#include <assert.h>
namespace
{
/**
Encode an attribute value upon saving.
replaces '"' with "&quot"
replaces '<' with "&lt"