-rw-r--r-- | libopie/pim/opimrecord.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/pim/opimrecord.h b/libopie/pim/opimrecord.h index de2d9f4..6e7c0da 100644 --- a/libopie/pim/opimrecord.h +++ b/libopie/pim/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 ®exp ) const {return match(QRegExp(regexp));}; | 78 | virtual bool match( const QString ®exp ) const |
79 | virtual bool match( const QRegExp ®exp ) 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 |