From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kabc/vcardparser/vcardparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kabc/vcardparser/vcardparser.h') 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; -- cgit v1.2.1