summaryrefslogtreecommitdiff
path: root/libopie2/opiepim
authoralwin <alwin>2005-03-16 16:08:57 (UTC)
committer alwin <alwin>2005-03-16 16:08:57 (UTC)
commit829995787660e9786269c4cd4e2626825472e9cd (patch) (side-by-side diff)
tree5caad6e88987993c7c35775598b7c2bbbecec262 /libopie2/opiepim
parentd119025a69177c373d75d3fe5936e2319bb4455b (diff)
downloadopie-829995787660e9786269c4cd4e2626825472e9cd.zip
opie-829995787660e9786269c4cd4e2626825472e9cd.tar.gz
opie-829995787660e9786269c4cd4e2626825472e9cd.tar.bz2
forgot an interface method required.
from now the interface never changed again or assigned UUID must changed.
Diffstat (limited to 'libopie2/opiepim') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/ui/oholidayplugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opiepim/ui/oholidayplugin.h b/libopie2/opiepim/ui/oholidayplugin.h
index 50dfe13..2e8c09e 100644
--- a/libopie2/opiepim/ui/oholidayplugin.h
+++ b/libopie2/opiepim/ui/oholidayplugin.h
@@ -4,6 +4,7 @@
#include <qstring.h>
#include <qstringlist.h>
#include <qdatetime.h>
+#include <qmap.h>
namespace Opie {
namespace Datebook {
@@ -16,6 +17,7 @@ public:
virtual QString description()=0;
virtual QStringList entries(const QDate&)=0;
virtual QStringList entries(unsigned year, unsigned month, unsigned day)=0;
+ virtual QMap<QDate,QStringList> entries(const QDate&,const QDate&)=0;
};
}