summaryrefslogtreecommitdiff
path: root/libopie/pim/odatebookaccess.h
Unidiff
Diffstat (limited to 'libopie/pim/odatebookaccess.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/pim/odatebookaccess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/pim/odatebookaccess.h b/libopie/pim/odatebookaccess.h
index 3f2c728..7047039 100644
--- a/libopie/pim/odatebookaccess.h
+++ b/libopie/pim/odatebookaccess.h
@@ -11,22 +11,22 @@ public:
11 ODateBookAccess( ODateBookAccessBackend* = 0l, enum Access acc = Random ); 11 ODateBookAccess( ODateBookAccessBackend* = 0l, enum Access acc = Random );
12 ~ODateBookAccess(); 12 ~ODateBookAccess();
13 13
14 /** return all events */ 14 /** return all events */
15 List rawEvents()const; 15 List rawEvents()const;
16 16
17 /** return repeating events */ 17 /** return repeating events */
18 List rawRepeats()const; 18 List rawRepeats()const;
19 19
20 /** return non repeating events */ 20 /** return non repeating events */
21 List nonRepeats()const; 21 List nonRepeats()const;
22 22
23 OEffectiveEvent::ValueList effecticeEvents( const QDate& from, const QDate& to ); 23 OEffectiveEvent::ValueList effectiveEvents( const QDate& from, const QDate& to );
24 OEffectiveEvent::ValueList effecticeEvents( const QDateTime& start ); 24 OEffectiveEvent::ValueList effectiveEvents( const QDateTime& start );
25 25
26private: 26private:
27 ODateBookAccessBackend* m_backEnd; 27 ODateBookAccessBackend* m_backEnd;
28 class Private; 28 class Private;
29 Private* d; 29 Private* d;
30}; 30};
31 31
32#endif 32#endif