author | tille <tille> | 2003-05-14 12:42:11 (UTC) |
---|---|---|
committer | tille <tille> | 2003-05-14 12:42:11 (UTC) |
commit | 79fdef27944117811eb1ef51c45a0a630b85a9ad (patch) (side-by-side diff) | |
tree | 607928c3c20b8631d31c3f135742b70a6d516b73 /libopie2 | |
parent | c480b91a5afe1f259287c3c4173ec02f2b4854cb (diff) | |
download | opie-79fdef27944117811eb1ef51c45a0a630b85a9ad.zip opie-79fdef27944117811eb1ef51c45a0a630b85a9ad.tar.gz opie-79fdef27944117811eb1ef51c45a0a630b85a9ad.tar.bz2 |
zecke: better?
-rw-r--r-- | libopie2/opiepim/core/opimrecord.h | 4 |
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 @@ -66,26 +66,26 @@ public: * a small one line summary */ virtual QString toShortText()const = 0; /** * the name of the Record */ 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; /** * key value representation of extra items */ virtual QMap<QString, QString> toExtraMap()const = 0; /** |