summaryrefslogtreecommitdiff
path: root/libopie2
authortille <tille>2003-05-14 12:42:11 (UTC)
committer tille <tille>2003-05-14 12:42:11 (UTC)
commit79fdef27944117811eb1ef51c45a0a630b85a9ad (patch) (unidiff)
tree607928c3c20b8631d31c3f135742b70a6d516b73 /libopie2
parentc480b91a5afe1f259287c3c4173ec02f2b4854cb (diff)
downloadopie-79fdef27944117811eb1ef51c45a0a630b85a9ad.zip
opie-79fdef27944117811eb1ef51c45a0a630b85a9ad.tar.gz
opie-79fdef27944117811eb1ef51c45a0a630b85a9ad.tar.bz2
zecke: better?
Diffstat (limited to 'libopie2') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/core/opimrecord.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie2/opiepim/core/opimrecord.h b/libopie2/opiepim/core/opimrecord.h
index de2d9f4..6e7c0da 100644
--- a/libopie2/opiepim/core/opimrecord.h
+++ b/libopie2/opiepim/core/opimrecord.h
@@ -75,8 +75,8 @@ public:
75 /** 75 /**
76 * matches the Records the regular expression? 76 * matches the Records the regular expression?
77 */ 77 */
78 virtual bool match( const QString &regexp ) const {return match(QRegExp(regexp));}; 78 virtual bool match( const QString &regexp ) const
79 virtual bool match( const QRegExp &regexp ) const = 0; 79 {return Qtopia::Record::match(QRegExp(regexp));};
80 80
81 /** 81 /**
82 * converts the internal structure to a map 82 * converts the internal structure to a map