diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kabc/scripts/addressee.src.h | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kabc/scripts/addressee.src.h')
-rw-r--r-- | kabc/scripts/addressee.src.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kabc/scripts/addressee.src.h b/kabc/scripts/addressee.src.h index f87edc5ec..4b01d9963 100644 --- a/kabc/scripts/addressee.src.h +++ b/kabc/scripts/addressee.src.h @@ -213,7 +213,7 @@ class KABC_EXPORT Addressee /** Return phone number with the given id. */ - PhoneNumber findPhoneNumber( const TQString &id ) const; + PhoneNumber tqfindPhoneNumber( const TQString &id ) const; /** Insert a key. If a key with the same id already exists @@ -257,7 +257,7 @@ class KABC_EXPORT Addressee /** Return key with the given id. */ - Key findKey( const TQString &id ) const; + Key tqfindKey( const TQString &id ) const; /** Insert an address. If an address with the same id already exists @@ -289,7 +289,7 @@ class KABC_EXPORT Addressee /** Return address with the given id. */ - Address findAddress( const TQString &id ) const; + Address tqfindAddress( const TQString &id ) const; /** Insert category. If the category already exists it is not duplicated. @@ -319,7 +319,7 @@ class KABC_EXPORT Addressee /** Insert custom entry. The entry is identified by the name of the inserting application and a unique name. If an entry with the given app and name - already exists its value is replaced with the new given value. + already exists its value is tqreplaced with the new given value. An empty value isn't allowed (nothing happens if this is called with any of the three arguments being empty) |