~ubuntu-branches/ubuntu/quantal/kdepim/quantal

« back to all changes in this revision

Viewing changes to kalarm/deferdlg.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:51 UTC
  • mto: This revision was merged to the branch mainline in revision 193.
  • Revision ID: package-import@ubuntu.com-20111215141751-bmhdpiwl23wd9w26
Tags: upstream-4.7.90
Import upstream version 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  deferdlg.h  -  dialog to defer an alarm
3
3
 *  Program:  kalarm
4
 
 *  Copyright © 2002-2004,2006,2007,2009 by David Jarvie <djarvie@kde.org>
 
4
 *  Copyright © 2002-2004,2006,2007-2011 by David Jarvie <djarvie@kde.org>
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
21
21
#ifndef DEFERDLG_H
22
22
#define DEFERDLG_H
23
23
 
24
 
#include "datetime.h"
 
24
#include <kalarmcal/datetime.h>
25
25
#include <kdialog.h>
26
26
 
27
27
class AlarmTimeWidget;
28
28
 
 
29
using namespace KAlarmCal;
 
30
 
29
31
 
30
32
class DeferAlarmDlg : public KDialog
31
33
{