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

« back to all changes in this revision

Viewing changes to protocols/yahoo/libkyahoo/task.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:
17
17
    *************************************************************************
18
18
*/
19
19
  
 
20
#include "task.h"
 
21
 
20
22
#include <qtimer.h>
21
23
 
22
24
#include "client.h"
23
25
#include "transfer.h"
24
26
#include "safedelete.h"
25
27
 
26
 
#include "task.h"
27
 
 
28
28
using namespace KYahoo;
29
29
 
30
30
class Task::TaskPrivate