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

« back to all changes in this revision

Viewing changes to protocols/yahoo/yahoochatchatsession.cpp

  • 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:
16
16
    *************************************************************************
17
17
*/
18
18
 
 
19
#include "yahoochatchatsession.h"
 
20
 
19
21
#include <kdebug.h>
20
22
#include <klocale.h>
21
23
#include <kcomponentdata.h>
26
28
#include <kopeteuiglobal.h>
27
29
#include <kopetemessage.h>
28
30
 
29
 
#include "yahoochatchatsession.h"
30
31
#include "yahoocontact.h"
31
32
#include "yahooaccount.h"
32
33