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