]> Git trees. - libqmvoc.git/commitdiff
Daily unbreak compilation
authorThiago Macieira <thiago@kde.org>
Wed, 18 Jul 2007 16:28:00 +0000 (16:28 +0000)
committerThiago Macieira <thiago@kde.org>
Wed, 18 Jul 2007 16:28:00 +0000 (16:28 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=689591

kdeeducore/keduvockvtml2reader.cpp

index 809267c59e6754e2bdb3224a408d1e6e5c03a165..339c8581f2cf15c2d03b1d9a3fd9255de8313eb4 100644 (file)
@@ -681,19 +681,19 @@ bool KEduVocKvtml2Reader::readConjug(QDomElement &conjugElement, KEduVocConjugat
   QDomElement currentGroup = conjugElement.firstChildElement(KVTML_SINGULAR);
   if (!currentGroup.isNull())
   {
-    QDomElement currentElement = currentGroup.firstChildElement(KVTML_FIRSTPERSON);
+    QDomElement currentElement = currentGroup.firstChildElement(KVTML_1STPERSON);
     if (!currentElement.isNull())
     {
       singfirst = currentElement.text();
     }
     
-    currentElement = currentGroup.firstChildElement(KVTML_SECONDPERSON);
+    currentElement = currentGroup.firstChildElement(KVTML_2NDPERSON);
     if (!currentElement.isNull())
     {
       singsecond = currentElement.text();
     }
     
-    currentGroup = currentGroup.firstChildElement(KVTML_THIRDPERSON);
+    currentGroup = currentGroup.firstChildElement(KVTML_3RDPERSON);
     if (!currentGroup.isNull())
     {
       currentElement = currentGroup.firstChildElement(KVTML_COMMON);
@@ -732,19 +732,19 @@ bool KEduVocKvtml2Reader::readConjug(QDomElement &conjugElement, KEduVocConjugat
   currentGroup = conjugElement.firstChildElement(KVTML_PLURAL);
   if (!currentGroup.isNull())
   {
-    QDomElement currentElement = currentGroup.firstChildElement(KVTML_FIRSTPERSON);
+    QDomElement currentElement = currentGroup.firstChildElement(KVTML_1STPERSON);
     if (!currentElement.isNull())
     {
       plurfirst = currentElement.text();
     }
     
-    currentElement = currentGroup.firstChildElement(KVTML_SECONDPERSON);
+    currentElement = currentGroup.firstChildElement(KVTML_2NDPERSON);
     if (!currentElement.isNull())
     {
       plursecond = currentElement.text();
     }
     
-    currentGroup = currentGroup.firstChildElement(KVTML_THIRDPERSON);
+    currentGroup = currentGroup.firstChildElement(KVTML_3RDPERSON);
     if (!currentGroup.isNull())
     {
       currentElement = currentGroup.firstChildElement(KVTML_COMMON);