summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend
Side-by-side diff
Diffstat (limited to 'libopie2/opiepim/backend') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/backend/obackendfactory.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libopie2/opiepim/backend/obackendfactory.h b/libopie2/opiepim/backend/obackendfactory.h
index c8a4627..6f46652 100644
--- a/libopie2/opiepim/backend/obackendfactory.h
+++ b/libopie2/opiepim/backend/obackendfactory.h
@@ -69,3 +69,3 @@ class OBackendPrivate;
* <pre>
- * OPimTodoAccessBackend* backend = OBackEndFactory<OPimTodoAccessBackend>::Default("todo", QString::null );
+ * OPimTodoAccessBackend* backend = OBackEndFactory<OPimTodoAccessBackend>::Default( OPimGlobal::TODOLIST, QString::null );
* backend->load();
@@ -88,2 +88,3 @@ class OBackendFactory
* @param filename Filename of the database file if you don't want to access the default
+ * @see OPimGlobal()
*/
@@ -167,3 +168,3 @@ class OBackendFactory
* @param type the type of the backend
- * @see OPimGlobal
+ * @see OPimGlobal()
*/
@@ -210,2 +211,3 @@ class OBackendFactory
* @param appName The name of your application. It will be passed on to the backend
+ * @see OPimGlobal()
*/