~ubuntu-branches/ubuntu/trusty/kopete/trusty

« back to all changes in this revision

Viewing changes to kopete/chatwindow/chatmessagepart.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-11-23 17:46:40 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20131123174640-gz1zjv1xqh81bi2h
Tags: 4:4.11.80-0ubuntu1
* New upstream beta release
* Bump build dependency to libotr5-dev
* Update symbols
* Update install files
* Drop new_linphone.diff, not required anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
 
149
149
        void messageStateChanged( uint messageId, Kopete::Message::MessageState state );
150
150
 
151
 
    /**
152
 
    * Change the current style
153
 
    * This method override is used when a plugin need graphic management.
154
 
    * @param enable toggle the override.
155
 
    */
156
 
    void slotToggleGraphicOverride(bool enable);
 
151
        /**
 
152
         * @deprecated
 
153
         * does nothing
 
154
         */
 
155
        KDE_DEPRECATED void slotToggleGraphicOverride(bool enable);
157
156
 
158
157
signals:
159
158
        /**