-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 @@ -72,14 +72,14 @@ public: */ virtual QString type()const = 0; /** * matches the Records the regular expression? */ - virtual bool match( const QString ®exp ) const {return match(QRegExp(regexp));}; - virtual bool match( const QRegExp ®exp ) const = 0; + virtual bool match( const QString ®exp ) const + {return Qtopia::Record::match(QRegExp(regexp));}; /** * converts the internal structure to a map */ virtual QMap<int, QString> toMap()const = 0; |