summaryrefslogtreecommitdiff
path: root/core/pim/datebook2/bookmanager.h
Side-by-side diff
Diffstat (limited to 'core/pim/datebook2/bookmanager.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook2/bookmanager.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/pim/datebook2/bookmanager.h b/core/pim/datebook2/bookmanager.h
index 44ad8ed..c5dee4a 100644
--- a/core/pim/datebook2/bookmanager.h
+++ b/core/pim/datebook2/bookmanager.h
@@ -22,2 +22,3 @@ namespace Datebook {
bool load();
+ void reload();
bool save();
@@ -30,2 +31,3 @@ namespace Datebook {
void add( const OEvent& );
+ void add( const OPimRecord& );
void update( const OEvent& );
@@ -34,4 +36,7 @@ namespace Datebook {
- QPtrList<OPimRecord> records( const QDate& from,
+ QList<OPimRecord> records( const QDate& from,
const QDate& to );
+
+ private:
+ ODateBookAccess* m_db;
};