~ubuntu-branches/ubuntu/quantal/kdepimlibs/quantal-proposed

1.1.26 by Jonathan Riddell
Import upstream version 4.2.85
1
/*
2
  This file is part of the kholidays library.
3
4
  Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
5
  Copyright (c) 2004 Allen Winter <winter@kde.org>
6
  Copyright (c) 2008 David Jarvie <djarvie@kde.org>
1.1.45 by Alessandro Ghersi
Import upstream version 4.4.80
7
  Copyright 2010 John Layt <john@layt.net>
1.1.26 by Jonathan Riddell
Import upstream version 4.2.85
8
9
  This library is free software; you can redistribute it and/or
10
  modify it under the terms of the GNU Library General Public
11
  License as published by the Free Software Foundation; either
12
  version 2 of the License, or (at your option) any later version.
13
14
  This library is distributed in the hope that it will be useful,
15
  but WITHOUT ANY WARRANTY; without even the implied warranty of
16
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
  GNU Library General Public License for more details.
18
19
  You should have received a copy of the GNU Library General Public License
20
  along with this library; see the file COPYING.LIB.  If not, write to the
21
  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22
  Boston, MA 02110-1301, USA.
23
*/
1.1.45 by Alessandro Ghersi
Import upstream version 4.4.80
24
25
// Retain for API backwards compatibility
26
1.1.26 by Jonathan Riddell
Import upstream version 4.2.85
27
#ifndef KHOLIDAYS_HOLIDAYS_H
28
#define KHOLIDAYS_HOLIDAYS_H
29
30
#include "kholidays_export.h"
31
1.1.45 by Alessandro Ghersi
Import upstream version 4.4.80
32
#include "holiday.h"
33
#include "holidayregion.h"
34
35
#endif // KHOLIDAYS_HOLIDAYS_H