diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kabc/resource.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-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/resource.h')
-rw-r--r-- | kabc/resource.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kabc/resource.h b/kabc/resource.h index 556c3beae..0412a22b1 100644 --- a/kabc/resource.h +++ b/kabc/resource.h @@ -62,7 +62,7 @@ class KABC_EXPORT Resource : public KRES::Resource @short Resource Iterator This class provides an iterator for resource entries. - By default it points to a QValueList<Addressee>::Iterator, + By default it points to a TQValueList<Addressee>::Iterator, but you can reimplement this class to fit your own needs. */ class KABC_EXPORT Iterator @@ -230,7 +230,7 @@ class KABC_EXPORT Resource : public KRES::Resource @return The addressee with the specified unique identifier or an empty addressee. */ - virtual Addressee findByUid( const QString &uid ); + virtual Addressee findByUid( const TQString &uid ); /** Searches all addressees which match the specified name. @@ -238,7 +238,7 @@ class KABC_EXPORT Resource : public KRES::Resource @param name The name you are looking for. @return A list of all matching addressees. */ - virtual Addressee::List findByName( const QString &name ); + virtual Addressee::List findByName( const TQString &name ); /** Searches all addressees which match the specified email address. @@ -246,7 +246,7 @@ class KABC_EXPORT Resource : public KRES::Resource @param email The email address you are looking for. @return A list of all matching addressees. */ - virtual Addressee::List findByEmail( const QString &email ); + virtual Addressee::List findByEmail( const TQString &email ); /** Searches all addressees which belongs to the specified category. @@ -254,7 +254,7 @@ class KABC_EXPORT Resource : public KRES::Resource @param category The category you are looking for. @return A list of all matching addressees. */ - virtual Addressee::List findByCategory( const QString &category ); + virtual Addressee::List findByCategory( const TQString &category ); /** Removes all addressees from the resource. @@ -284,7 +284,7 @@ class KABC_EXPORT Resource : public KRES::Resource @param resource The pointer to the resource which emitted this signal. @param msg A translated error message. */ - void loadingError( Resource *resource, const QString &msg ); + void loadingError( Resource *resource, const TQString &msg ); /** This signal is emitted when the resource has finished the saving of all @@ -301,7 +301,7 @@ class KABC_EXPORT Resource : public KRES::Resource @param resource The pointer to the resource which emitted this signal. @param msg A translated error message. */ - void savingError( Resource *resource, const QString &msg ); + void savingError( Resource *resource, const TQString &msg ); protected: Ticket *createTicket( Resource * ); |