author | alwin <alwin> | 2005-03-16 11:15:08 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-03-16 11:15:08 (UTC) |
commit | f366c924a105ad41e974af959b23b0d30c603234 (patch) (side-by-side diff) | |
tree | 52c6f7e67add698a7fd296b76318dc2fba040139 /libopie2/opiepim/ui/oholidayplugin.h | |
parent | 954092e015c34ea0848f41d8acb7b957b12d6384 (diff) | |
download | opie-f366c924a105ad41e974af959b23b0d30c603234.zip opie-f366c924a105ad41e974af959b23b0d30c603234.tar.gz opie-f366c924a105ad41e974af959b23b0d30c603234.tar.bz2 |
sorry, guys, checked in wrong files
Diffstat (limited to 'libopie2/opiepim/ui/oholidayplugin.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libopie2/opiepim/ui/oholidayplugin.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libopie2/opiepim/ui/oholidayplugin.h b/libopie2/opiepim/ui/oholidayplugin.h index f4958c8..50dfe13 100644 --- a/libopie2/opiepim/ui/oholidayplugin.h +++ b/libopie2/opiepim/ui/oholidayplugin.h @@ -1,24 +1,24 @@ #ifndef _HOLIDAY_PLUGIN_H #define _HOLIDAY_PLUGIN_H -namespace Opie { -namespace Datebook { - #include <qstring.h> #include <qstringlist.h> -#include <qdate.h> +#include <qdatetime.h> + +namespace Opie { +namespace Datebook { class HolidayPlugin { public: HolidayPlugin(){}; virtual ~HolidayPlugin(){}; virtual QString description()=0; virtual QStringList entries(const QDate&)=0; virtual QStringList entries(unsigned year, unsigned month, unsigned day)=0; }; } } #endif |