]> Git trees. - libqmvoc.git/commitdiff
Please EBN a tad
authorMatt Williams <matt@milliams.com>
Sun, 13 Apr 2008 00:20:18 +0000 (00:20 +0000)
committerMatt Williams <matt@milliams.com>
Sun, 13 Apr 2008 00:20:18 +0000 (00:20 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=796174

libscience/elementparser.h
libscience/isotopeparser.h
libscience/spectrumparser.h

index 839d64568c4ac87b51dbe9872e53f23012f78ec0..b74657e5d27320b03e8f95052c91a3811b447d40 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "libkdeedu_science_export.h"
 
-#include <QtXml/qxml.h>
+#include <QtXml/QtXml>
 
 class Element;
 
index 9ef4264c5083bd88f617c3f7ce3e7b5360e1a27a..7e1107dce85ab68c3de81f7e72a2fc4b8788c860 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "libkdeedu_science_export.h"
 
-#include <QtXml/qxml.h>
+#include <QtXml/QtXml>
 
 class Isotope;
 
index c96454af51407b54b007e75aa4deedc135d170ce..a903d76a77de0574151a6322d8d89b5431e9b680 100644 (file)
@@ -16,7 +16,7 @@
 #include "libkdeedu_science_export.h"
 
 #include <QtCore/QFile>
-#include <QtXml/qxml.h>
+#include <QtXml/QtXml>
 
 #include "spectrum.h"