diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:26:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:26:45 -0600 |
commit | 45f3927b0ffec2599bc0e1ce361c5386474a85f4 (patch) | |
tree | 29e1842fe4d93f4e99481385a771e8bef061158b /tdeabc/field.h | |
parent | 04105ef07304a9358e87eff0cb1a6d6f2a725192 (diff) | |
download | tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.tar.gz tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.zip |
Rename KABC namespace
Diffstat (limited to 'tdeabc/field.h')
-rw-r--r-- | tdeabc/field.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeabc/field.h b/tdeabc/field.h index 118ce2d51..08322ecf5 100644 --- a/tdeabc/field.h +++ b/tdeabc/field.h @@ -28,7 +28,7 @@ class TDEConfig; -namespace KABC { +namespace TDEABC { class KABC_EXPORT Field { @@ -78,18 +78,18 @@ public: * Addressee. Returns TQString::null, if it is not possible to convert the * value to a string. */ - virtual TQString value( const KABC::Addressee & ); + virtual TQString value( const TDEABC::Addressee & ); /** * Sets the value of the field in the given Addressee. Returns true on success * or false, if the given string couldn't be converted to a valid value. */ - virtual bool setValue( KABC::Addressee &, const TQString & ); + virtual bool setValue( TDEABC::Addressee &, const TQString & ); /** * Returns a string, that can be used for sorting. */ - TQString sortKey( const KABC::Addressee & ); + TQString sortKey( const TDEABC::Addressee & ); /** * Returns, if the field is a user-defined field. |