From 79fdef27944117811eb1ef51c45a0a630b85a9ad Mon Sep 17 00:00:00 2001 From: tille Date: Wed, 14 May 2003 12:42:11 +0000 Subject: zecke: better? --- 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: /** * 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 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: /** * 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 -- cgit v0.9.0.2