summaryrefslogtreecommitdiffstats
path: root/kabc/vcardformatimpl.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kabc/vcardformatimpl.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kabc/vcardformatimpl.h')
-rw-r--r--kabc/vcardformatimpl.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/kabc/vcardformatimpl.h b/kabc/vcardformatimpl.h
index 3a29e3a92..78c466a86 100644
--- a/kabc/vcardformatimpl.h
+++ b/kabc/vcardformatimpl.h
@@ -21,8 +21,8 @@
#ifndef KABC_VCARDFORMATIMPL_H
#define KABC_VCARDFORMATIMPL_H
-#include <qstring.h>
-#include <qfile.h>
+#include <tqstring.h>
+#include <tqfile.h>
#include "address.h"
#include "addressee.h"
@@ -43,26 +43,26 @@ class AddressBook;
class KABC_EXPORT_DEPRECATED VCardFormatImpl
{
public:
- bool load( Addressee &, QFile *file );
- bool loadAll( AddressBook *, Resource *, QFile *file );
- void save( const Addressee &, QFile *file );
- void saveAll( AddressBook *, Resource *, QFile *file );
+ bool load( Addressee &, TQFile *file );
+ bool loadAll( AddressBook *, Resource *, TQFile *file );
+ void save( const Addressee &, TQFile *file );
+ void saveAll( AddressBook *, Resource *, TQFile *file );
- bool readFromString( const QString &vcard, Addressee &addr );
- bool writeToString( const Addressee &addressee, QString &vcard );
+ bool readFromString( const TQString &vcard, Addressee &addr );
+ bool writeToString( const Addressee &addressee, TQString &vcard );
protected:
bool loadAddressee( Addressee &, VCARD::VCard & );
void saveAddressee( const Addressee &, VCARD::VCard *, bool intern );
- void addTextValue (VCARD::VCard *, VCARD::EntityType, const QString & );
- QString readTextValue( VCARD::ContentLine * );
+ void addTextValue (VCARD::VCard *, VCARD::EntityType, const TQString & );
+ TQString readTextValue( VCARD::ContentLine * );
- void addDateValue( VCARD::VCard *, VCARD::EntityType, const QDate & );
- QDate readDateValue( VCARD::ContentLine * );
+ void addDateValue( VCARD::VCard *, VCARD::EntityType, const TQDate & );
+ TQDate readDateValue( VCARD::ContentLine * );
- void addDateTimeValue( VCARD::VCard *, VCARD::EntityType, const QDateTime & );
- QDateTime readDateTimeValue( VCARD::ContentLine * );
+ void addDateTimeValue( VCARD::VCard *, VCARD::EntityType, const TQDateTime & );
+ TQDateTime readDateTimeValue( VCARD::ContentLine * );
void addAddressValue( VCARD::VCard *, const Address & );
Address readAddressValue( VCARD::ContentLine * );
@@ -75,7 +75,7 @@ class KABC_EXPORT_DEPRECATED VCardFormatImpl
void addNValue( VCARD::VCard *, const Addressee & );
void readNValue( VCARD::ContentLine *, Addressee & );
- void addCustomValue( VCARD::VCard *, const QString & );
+ void addCustomValue( VCARD::VCard *, const TQString & );
void addAddressParam( VCARD::ContentLine *, int );
int readAddressParam( VCARD::ContentLine * );