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/VCardValue.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kabc/vcard/include/VCardValue.h') diff --git a/kabc/vcard/include/VCardValue.h b/kabc/vcard/include/VCardValue.h index 9019f2b1a..3c167d70a 100644 --- a/kabc/vcard/include/VCardValue.h +++ b/kabc/vcard/include/VCardValue.h @@ -24,7 +24,7 @@ #ifndef VALUE_H #define VALUE_H -#include +#include #include @@ -38,8 +38,8 @@ class KVCARD_EXPORT Value : public Entity virtual Value *clone() { return new Value( *this ); } }; -typedef QPtrList ValueList; -typedef QPtrListIterator ValueListIterator; +typedef TQPtrList ValueList; +typedef TQPtrListIterator ValueListIterator; } -- cgit v1.2.1