-rw-r--r-- | libopie/pim/opimaccessbackend.h | 1 | ||||
-rw-r--r-- | libopie2/opiepim/backend/opimaccessbackend.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libopie/pim/opimaccessbackend.h b/libopie/pim/opimaccessbackend.h index c3d91f7..fd264fc 100644 --- a/libopie/pim/opimaccessbackend.h +++ b/libopie/pim/opimaccessbackend.h | |||
@@ -1,20 +1,21 @@ | |||
1 | #ifndef OPIE_PIM_ACCESS_BACKEND | 1 | #ifndef OPIE_PIM_ACCESS_BACKEND |
2 | #define OPIE_PIM_ACCESS_BACKEND | 2 | #define OPIE_PIM_ACCESS_BACKEND |
3 | 3 | ||
4 | #include <qarray.h> | 4 | #include <qarray.h> |
5 | #include <qdatetime.h> | ||
5 | 6 | ||
6 | #include <opie/otemplatebase.h> | 7 | #include <opie/otemplatebase.h> |
7 | #include <opie/opimrecord.h> | 8 | #include <opie/opimrecord.h> |
8 | 9 | ||
9 | 10 | ||
10 | class OPimAccessBackendPrivate; | 11 | class OPimAccessBackendPrivate; |
11 | /** | 12 | /** |
12 | * OPimAccessBackend is the base class | 13 | * OPimAccessBackend is the base class |
13 | * for all private backends | 14 | * for all private backends |
14 | * it operates on OPimRecord as the base class | 15 | * it operates on OPimRecord as the base class |
15 | * and it's responsible for fast manipulating | 16 | * and it's responsible for fast manipulating |
16 | * the resource the implementation takes care | 17 | * the resource the implementation takes care |
17 | * of | 18 | * of |
18 | */ | 19 | */ |
19 | template <class T = OPimRecord> | 20 | template <class T = OPimRecord> |
20 | class OPimAccessBackend { | 21 | class OPimAccessBackend { |
diff --git a/libopie2/opiepim/backend/opimaccessbackend.h b/libopie2/opiepim/backend/opimaccessbackend.h index c3d91f7..fd264fc 100644 --- a/libopie2/opiepim/backend/opimaccessbackend.h +++ b/libopie2/opiepim/backend/opimaccessbackend.h | |||
@@ -1,20 +1,21 @@ | |||
1 | #ifndef OPIE_PIM_ACCESS_BACKEND | 1 | #ifndef OPIE_PIM_ACCESS_BACKEND |
2 | #define OPIE_PIM_ACCESS_BACKEND | 2 | #define OPIE_PIM_ACCESS_BACKEND |
3 | 3 | ||
4 | #include <qarray.h> | 4 | #include <qarray.h> |
5 | #include <qdatetime.h> | ||
5 | 6 | ||
6 | #include <opie/otemplatebase.h> | 7 | #include <opie/otemplatebase.h> |
7 | #include <opie/opimrecord.h> | 8 | #include <opie/opimrecord.h> |
8 | 9 | ||
9 | 10 | ||
10 | class OPimAccessBackendPrivate; | 11 | class OPimAccessBackendPrivate; |
11 | /** | 12 | /** |
12 | * OPimAccessBackend is the base class | 13 | * OPimAccessBackend is the base class |
13 | * for all private backends | 14 | * for all private backends |
14 | * it operates on OPimRecord as the base class | 15 | * it operates on OPimRecord as the base class |
15 | * and it's responsible for fast manipulating | 16 | * and it's responsible for fast manipulating |
16 | * the resource the implementation takes care | 17 | * the resource the implementation takes care |
17 | * of | 18 | * of |
18 | */ | 19 | */ |
19 | template <class T = OPimRecord> | 20 | template <class T = OPimRecord> |
20 | class OPimAccessBackend { | 21 | class OPimAccessBackend { |