~ubuntu-branches/ubuntu/raring/kdepim/raring-proposed

« back to all changes in this revision

Viewing changes to korganizer/htmlexportjob.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-07 07:56:38 UTC
  • mfrom: (0.2.27)
  • Revision ID: package-import@ubuntu.com-20120607075638-0luhdq11z7sgvs4m
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20
20
  Boston, MA 02110-1301, USA.
21
21
*/
 
22
 
22
23
#ifndef KORG_HTMLEXPORTJOB_H
23
24
#define KORG_HTMLEXPORTJOB_H
24
25
 
25
 
#include <kjob.h>
 
26
#include <KJob>
26
27
 
27
28
#include <KCalCore/Event>
28
29
#include <KCalCore/Todo>
29
30
 
30
 
#include <QtCore/QDateTime>
31
 
#include <QtCore/QString>
32
 
#include <QtCore/QTextStream>
 
31
namespace CalendarSupport {
 
32
  class Calendar;
 
33
}
33
34
 
34
35
class QTextStream;
35
36
 
36
 
namespace KCalCore {
37
 
  class Calendar;
38
 
}
39
 
 
40
 
namespace CalendarSupport {
41
 
  class Calendar;
42
 
}
43
 
 
44
37
namespace KOrg {
45
38
 
46
39
class HTMLExportSettings;