diff options
Diffstat (limited to 'kabc/vcard/include/generated/TextListValue-generated.h')
-rw-r--r-- | kabc/vcard/include/generated/TextListValue-generated.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kabc/vcard/include/generated/TextListValue-generated.h b/kabc/vcard/include/generated/TextListValue-generated.h index 9f46124bf..8babb0d9f 100644 --- a/kabc/vcard/include/generated/TextListValue-generated.h +++ b/kabc/vcard/include/generated/TextListValue-generated.h @@ -3,13 +3,13 @@ public: TextListValue(); TextListValue(const TextListValue&); -TextListValue(const QCString&); +TextListValue(const TQCString&); TextListValue & operator = (TextListValue&); -TextListValue & operator = (const QCString&); +TextListValue & operator = (const TQCString&); bool operator ==(TextListValue&); bool operator !=(TextListValue& x) {return !(*this==x);} -bool operator ==(const QCString& s) {TextListValue a(s);return(*this==a);} -bool operator != (const QCString& s) {return !(*this == s);} +bool operator ==(const TQCString& s) {TextListValue a(s);return(*this==a);} +bool operator != (const TQCString& s) {return !(*this == s);} virtual ~TextListValue(); void parse() {if(!parsed_) _parse();parsed_=true;assembled_=false;} |