-rw-r--r-- | libopie/pim/opimrecord.h | 4 | ||||
-rw-r--r-- | libopie2/opiepim/core/opimrecord.h | 4 |
2 files changed, 4 insertions, 4 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 | |||
@@ -66,26 +66,26 @@ public: | |||
66 | * a small one line summary | 66 | * a small one line summary |
67 | */ | 67 | */ |
68 | virtual QString toShortText()const = 0; | 68 | virtual QString toShortText()const = 0; |
69 | 69 | ||
70 | /** | 70 | /** |
71 | * the name of the Record | 71 | * the name of the Record |
72 | */ | 72 | */ |
73 | virtual QString type()const = 0; | 73 | virtual QString type()const = 0; |
74 | 74 | ||
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 |
83 | */ | 83 | */ |
84 | virtual QMap<int, QString> toMap()const = 0; | 84 | virtual QMap<int, QString> toMap()const = 0; |
85 | 85 | ||
86 | /** | 86 | /** |
87 | * key value representation of extra items | 87 | * key value representation of extra items |
88 | */ | 88 | */ |
89 | virtual QMap<QString, QString> toExtraMap()const = 0; | 89 | virtual QMap<QString, QString> toExtraMap()const = 0; |
90 | 90 | ||
91 | /** | 91 | /** |
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: | |||
66 | * a small one line summary | 66 | * a small one line summary |
67 | */ | 67 | */ |
68 | virtual QString toShortText()const = 0; | 68 | virtual QString toShortText()const = 0; |
69 | 69 | ||
70 | /** | 70 | /** |
71 | * the name of the Record | 71 | * the name of the Record |
72 | */ | 72 | */ |
73 | virtual QString type()const = 0; | 73 | virtual QString type()const = 0; |
74 | 74 | ||
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 |
83 | */ | 83 | */ |
84 | virtual QMap<int, QString> toMap()const = 0; | 84 | virtual QMap<int, QString> toMap()const = 0; |
85 | 85 | ||
86 | /** | 86 | /** |
87 | * key value representation of extra items | 87 | * key value representation of extra items |
88 | */ | 88 | */ |
89 | virtual QMap<QString, QString> toExtraMap()const = 0; | 89 | virtual QMap<QString, QString> toExtraMap()const = 0; |
90 | 90 | ||
91 | /** | 91 | /** |