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

« back to all changes in this revision

Viewing changes to korganizer/views/timespentview/kotimespentview.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:
22
22
  without including the source code for Qt in the source distribution.
23
23
*/
24
24
 
25
 
#ifndef TIMESPENTVIEW_H
26
 
#define TIMESPENTVIEW_H
27
 
 
28
 
#include <QTextBrowser>
29
 
 
30
 
#include <korganizer/baseview.h>
31
 
 
32
 
#include <Akonadi/Item>
33
 
 
34
 
class QDate;
 
25
#ifndef KORG_VIEWS_KOTIMESPENTVIEW_H
 
26
#define KORG_VIEWS_KOTIMESPENTVIEW_H
 
27
 
 
28
#include "korganizer/baseview.h"
 
29
 
35
30
class TimeSpentWidget;
36
31
 
37
32
/**
45
40
    ~KOTimeSpentView();
46
41
 
47
42
    virtual int currentDateCount() const;
 
43
 
48
44
    virtual Akonadi::Item::List selectedIncidences()
49
45
    {
50
46
      return Akonadi::Item::List();
51
47
    }
 
48
 
52
49
    KCalCore::DateList selectedIncidenceDates()
53
50
    {
54
51
      return KCalCore::DateList();