Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

hlist.h

Go to the documentation of this file.
00001 #ifndef _HLIST_H
00002 #define _HLIST_H
00003 
00004 #include <qstringlist.h>
00005 #include <qdatetime.h>
00006 
00007 class HList
00008 {
00009 public:
00010     HList(){};
00011     virtual ~HList(){};
00012 
00013     const QStringList entries(const QDate&)const;
00014 };
00015 
00016 #endif

Generated on Sat Nov 5 16:15:48 2005 for OPIE by  doxygen 1.4.2