Home
last modified time | relevance | path

Searched refs:propZipcode (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/qq/
H A Dqqprotocol.h97 const Kopete::PropertyTmpl propZipcode; variable
H A Dqqprotocol.cpp48propZipcode(QStringLiteral("QQVCardZipcode"), i18n("Zipcode"), QString(), Kopete::PropertyTmpl::Pe… in QQProtocol()
/dports/net-im/kopete/kopete-21.12.3/protocols/qq/ui/
H A Ddlgqqvcard.cpp127 m_mainWidget->leZipcode->setText (m_contact->property(proto->propZipcode).value().toString()); in assignContactProperties()