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

« back to all changes in this revision

Viewing changes to korganizer/kodialogmanager.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
  with any edition of Qt, and distribute the resulting executable,
23
23
  without including the source code for Qt in the source distribution.
24
24
*/
25
 
#ifndef KODIALOGMANAGER_H
26
 
#define KODIALOGMANAGER_H
 
25
 
 
26
#ifndef KORG_KODIALOGMANAGER_H
 
27
#define KORG_KODIALOGMANAGER_H
27
28
 
28
29
#include "koeventview.h"
29
30
 
30
 
#include <QList>
31
 
#include <QPointer>
32
 
 
33
31
class CalendarView;
34
32
class FilterEditDialog;
35
 
class KCMultiDialog;
36
33
class SearchDialog;
37
34
 
38
 
namespace Akonadi {
39
 
  class Item;
 
35
namespace CalendarSupport {
 
36
  class ArchiveDialog;
40
37
}
41
38
 
42
39
namespace IncidenceEditorNG {
44
41
  class IncidenceDialog;
45
42
}
46
43
 
47
 
namespace KCal {
 
44
namespace KCalCore {
48
45
  class CalFilter;
49
46
}
50
47
 
51
 
namespace CalendarSupport {
52
 
  class ArchiveDialog;
53
 
}
 
48
class KCMultiDialog;
54
49
 
55
50
/**
56
51
  This class manages the dialogs used by the calendar view. It owns the objects