Home
last modified time | relevance | path

Searched refs:propHomepage (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/qq/
H A Dqqprotocol.h101 const Kopete::PropertyTmpl propHomepage; variable
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/
H A Djabberprotocol.h101 const Kopete::PropertyTmpl propHomepage; variable
H A Djabberbasecontact.cpp462 removeProperty(protocol()->propHomepage); in setPropertiesFromVCard()
473 setProperty(protocol()->propHomepage, vCard.url()); in setPropertiesFromVCard()
H A Djabberprotocol.cpp93propHomepage(QStringLiteral("jabberVCardHomepage"), i18n("Homepage"), QString(), Kopete::PropertyT…
H A Djabbercontact.cpp710 vCard.setUrl (property(protocol()->propHomepage).value().toString()); in slotSendVCard()
/dports/net-im/kopete/kopete-21.12.3/protocols/qq/ui/
H A Ddlgqqvcard.cpp107 QString homepage = m_contact->property(proto->propHomepage).value().toString(); in assignContactProperties()
/dports/games/ksirk/ksirk-21.12.3/ksirk/Jabber/
H A Djabberbasecontact.cpp467 removeProperty( protocol()->propHomepage ); in setPropertiesFromVCard()
476 setProperty( protocol()->propHomepage, vCard.url() ); in setPropertiesFromVCard()
H A Djabbercontact.cpp638 vCard.setUrl (property(protocol()->propHomepage).value().toString());
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/ui/
H A Ddlgjabbervcard.cpp130 QString homepage = m_contact->property(m_account->protocol()->propHomepage).value().toString(); in assignContactProperties()