summaryrefslogtreecommitdiff
path: root/core/pim/datebook/holiday/christian/hlist.h
blob: 590485290bbf691d0bb12d2173e11463d8ba8051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _HLIST_H
#define _HLIST_H

#include <qstringlist.h>
#include <qdatetime.h>

class HList
{
public:
    HList(){};
    virtual ~HList(){};

    const QStringList entries(const QDate&)const;
};

#endif