diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:58:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:58:18 -0600 |
commit | c0fc75368b41146e605536e973e1d635b9d64ced (patch) | |
tree | 06de3a4e7062ba08e089a10b172bda52f28dfb3f /kaddressbook/common/locationmap.cpp | |
parent | 0953e163d461bdccfb36d86464d9f6505558388a (diff) | |
download | tdepim-c0fc75368b41146e605536e973e1d635b9d64ced.tar.gz tdepim-c0fc75368b41146e605536e973e1d635b9d64ced.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kaddressbook/common/locationmap.cpp')
-rw-r--r-- | kaddressbook/common/locationmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/common/locationmap.cpp b/kaddressbook/common/locationmap.cpp index f4f08fe5b..5023f4608 100644 --- a/kaddressbook/common/locationmap.cpp +++ b/kaddressbook/common/locationmap.cpp @@ -78,7 +78,7 @@ TQString LocationMap::createUrl( const KABC::Address &addr ) return TQString(); } -#if KDE_VERSION >= 319 +#if TDE_VERSION >= 319 return urlTemplate.replace( "%s", addr.street() ). replace( "%r", addr.region() ). replace( "%l", addr.locality() ). |