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

« back to all changes in this revision

Viewing changes to korganizer/views/todoview/kotodoview.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:
24
24
  with any edition of Qt, and distribute the resulting executable,
25
25
  without including the source code for Qt in the source distribution.
26
26
*/
27
 
#ifndef KOTODOVIEW_H
28
 
#define KOTODOVIEW_H
 
27
#ifndef KORG_VIEWS_KOTODOVIEW_H
 
28
#define KORG_VIEWS_KOTODOVIEW_H
29
29
 
30
30
#include "korganizer/baseview.h"
31
31
 
32
 
#include <Akonadi/Item>
33
 
 
34
 
#include <KCalCore/Todo>
35
 
 
36
 
namespace CalendarSupport {
37
 
  class Calendar;
38
 
}
 
32
class KOTodoCategoriesDelegate;
 
33
class KOTodoModel;
 
34
class KOTodoViewQuickAddLine;
 
35
class KOTodoViewQuickSearch;
 
36
class KOTodoViewSortFilterProxyModel;
 
37
class KOTodoViewView;
39
38
 
40
39
namespace KPIM {
41
40
  class KDatePickerPopup;
42
41
}
43
42
 
44
 
using namespace KOrg;
45
 
 
46
 
class QMenu;
47
 
class QAction;
48
43
class QCheckBox;
49
 
class QDate;
50
44
class QItemSelection;
 
45
class QMenu;
51
46
class QModelIndex;
52
47
 
53
 
class KOTodoModel;
54
 
class KOTodoViewView;
55
 
class KOTodoCategoriesDelegate;
56
 
class KOTodoViewSortFilterProxyModel;
57
 
class KOTodoViewQuickSearch;
58
 
class KOTodoViewQuickAddLine;
 
48
using namespace KOrg;
59
49
 
60
50
class KOTodoView : public BaseView
61
51
{