summaryrefslogtreecommitdiff
authorzecke <zecke>2004-05-21 00:59:53 (UTC)
committer zecke <zecke>2004-05-21 00:59:53 (UTC)
commite20a6a2d3be99bdeaf3861f3aed7923e04b7ba04 (patch) (side-by-side diff)
tree11c8ea83e4a409ca3ea931ac0315f2f2413ac8d8
parentcc30786a9fa612bb6ad0d19d6564f7e432267f7a (diff)
downloadopie-e20a6a2d3be99bdeaf3861f3aed7923e04b7ba04.zip
opie-e20a6a2d3be99bdeaf3861f3aed7923e04b7ba04.tar.gz
opie-e20a6a2d3be99bdeaf3861f3aed7923e04b7ba04.tar.bz2
Fix comment
s/plugins/template
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/core/opimaccesstemplate.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libopie2/opiepim/core/opimaccesstemplate.h b/libopie2/opiepim/core/opimaccesstemplate.h
index d4c5fbb..e438980 100644
--- a/libopie2/opiepim/core/opimaccesstemplate.h
+++ b/libopie2/opiepim/core/opimaccesstemplate.h
@@ -50,3 +50,3 @@ class OPimAccessTemplatePrivate;
* Just create a OPimRecord and inherit from
- * the plugins
+ * the templates
*/
@@ -103,4 +103,4 @@ public:
virtual List allRecords()const;
-
- /**
+
+ /**
* return a List of records
@@ -108,3 +108,3 @@ public:
*/
- virtual List matchRegexp( const QRegExp &r ) const;
+ virtual List matchRegexp( const QRegExp &r ) const;
@@ -140,6 +140,6 @@ public:
bool add( const OPimRecord& );
- // Needed for real generic access (eilers)
- // Info: Take this if you are working with OPimRecord, which is a generic base class, and
+ // Needed for real generic access (eilers)
+ // Info: Take this if you are working with OPimRecord, which is a generic base class, and
// you need to add it into any database, you cannot generate a reference to
- // it and casting may be not approriate, too.
+ // it and casting may be not approriate, too.
// But take care that the accessing database is compatible to the real type of OPimRecord !!