( daynum == 6 && d->calendar->calendarName() == "gregorian" ) )
normalday=false;
- QBrush brushTitle();
- QBrush brushInvertTitle(palette().brush( QPalette::Base ) );
QColor titleColor(isEnabled()?( KGlobalSettings::activeTitleColor() ):( KGlobalSettings::inactiveTitleColor() ) );
QColor textColor(isEnabled()?( KGlobalSettings::activeTextColor() ):( KGlobalSettings::inactiveTextColor() ) );
if (!normalday)
currentElement = personElement.firstChildElement( KVTML_THIRD_NEUTRAL_COMMON );
conjugation.setConjugation( currentElement.text(),
KEduVocConjugation::ThirdNeutralCommon, number );
+ return true;
}
if ( !personElement.isNull() ) {
readPersonalPronounChild( personElement, pronoun, KEduVocConjugation::Plural );
}
+ return true;
}
currentElement = personElement.firstChildElement( KVTML_THIRD_NEUTRAL_COMMON );
pronoun.setPersonalPronoun( currentElement.text(),
KEduVocConjugation::ThirdNeutralCommon, number );
+ return true;
}