~ubuntu-branches/debian/experimental/kopete/experimental

« back to all changes in this revision

Viewing changes to libkopete/kopetechatsession.h

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-02-24 11:32:57 UTC
  • mfrom: (1.1.41 vivid)
  • Revision ID: package-import@ubuntu.com-20150224113257-gnupg4v7lzz18ij0
Tags: 4:14.12.2-1
* New upstream release (14.12.2).
* Bump Standards-Version to 3.9.6, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
        void statusMessageChanged( Kopete::Contact* );
286
286
 
287
287
        /**
288
 
         * @brief a contact in this chat has changed his nickname
 
288
         * @brief a contact in this chat has changed his display name (previously nickname)
289
289
         */
290
290
        void nickNameChanged( Kopete::Contact *, const QString & );
291
291
 
463
463
        void slotOnlineStatusChanged( Kopete::Contact *c, const Kopete::OnlineStatus &status, const Kopete::OnlineStatus &oldStatus );
464
464
        void slotContactDestroyed( Kopete::Contact *contact );
465
465
        void slotMyselfDestroyed( Kopete::Contact *contact );
466
 
        void slotContactPropertyChanged( Kopete::PropertyContainer * contact, const QString &key, const QVariant &oldValue, const QVariant &newValue );
 
466
        void slotDisplayNameChanged( const QString &oldName, const QString &newName );
467
467
 
468
468
protected:
469
469
        /**