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

« back to all changes in this revision

Viewing changes to korganizer/koeventviewerdialog.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:
21
21
  with any edition of Qt, and distribute the resulting executable,
22
22
  without including the source code for Qt in the source distribution.
23
23
*/
24
 
#ifndef KOEVENTVIEWERDIALOG_H
25
 
#define KOEVENTVIEWERDIALOG_H
 
24
 
 
25
#ifndef KORG_KOEVENTVIEWERDIALOG_H
 
26
#define KORG_KOEVENTVIEWERDIALOG_H
26
27
 
27
28
#include "korganizer_export.h"
28
29
 
29
 
#include <KDE/KDialog>
 
30
#include <KDialog>
30
31
 
31
32
namespace CalendarSupport {
 
33
  class Calendar;
32
34
  class IncidenceViewer;
33
35
}
34
36
 
43
45
{
44
46
  Q_OBJECT
45
47
  public:
46
 
    explicit KOEventViewerDialog( QWidget *parent = 0 );
 
48
    explicit KOEventViewerDialog( CalendarSupport::Calendar *calendar, QWidget *parent = 0 );
47
49
    virtual ~KOEventViewerDialog();
48
50
 
49
51
    void setIncidence( const Akonadi::Item &incidence, const QDate &date );