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/vcard/include/VCardContentLine.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kabc/vcard/include/VCardContentLine.h') diff --git a/kabc/vcard/include/VCardContentLine.h b/kabc/vcard/include/VCardContentLine.h index 6cb26d7bd..20d5c5033 100644 --- a/kabc/vcard/include/VCardContentLine.h +++ b/kabc/vcard/include/VCardContentLine.h @@ -24,7 +24,7 @@ #ifndef CONTENTLINE_H #define CONTENTLINE_H -#include +#include #include "VCardEnum.h" #include "VCardEntity.h" @@ -47,10 +47,10 @@ class KVCARD_EXPORT ContentLine : public Entity ValueType valueType() { parse(); return valueType_; } EntityType entityType() { parse(); return entityType_; } - void setGroup (const QCString & s) + void setGroup (const TQCString & s) { group_ = s; assembled_ = false; } - void setName (const QCString & s) + void setName (const TQCString & s) { name_ = s; assembled_ = false; } void setValue (Value *s) @@ -65,7 +65,7 @@ class KVCARD_EXPORT ContentLine : public Entity QCString group_; QCString name_; - QPtrList paramList_; + TQPtrList paramList_; Value * value_; ParamType paramType_; -- cgit v1.2.1