diff options
Diffstat (limited to 'kabc/vcardparser/vcardparser.h')
-rw-r--r-- | kabc/vcardparser/vcardparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcardparser/vcardparser.h b/kabc/vcardparser/vcardparser.h index 31e13424c..da5fdd46e 100644 --- a/kabc/vcardparser/vcardparser.h +++ b/kabc/vcardparser/vcardparser.h @@ -31,8 +31,8 @@ class VCardParser VCardParser(); ~VCardParser(); - static VCard::List parseVCards( const QString& text ); - static QString createVCards( const VCard::List& list ); + static VCard::List parseVCards( const TQString& text ); + static TQString createVCards( const VCard::List& list ); private: class VCardParserPrivate; |