summaryrefslogtreecommitdiffstats
path: root/kaddressbook/common/locationmap.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:58:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:58:18 -0600
commitc0fc75368b41146e605536e973e1d635b9d64ced (patch)
tree06de3a4e7062ba08e089a10b172bda52f28dfb3f /kaddressbook/common/locationmap.cpp
parent0953e163d461bdccfb36d86464d9f6505558388a (diff)
downloadtdepim-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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/common/locationmap.cpp b/kaddressbook/common/locationmap.cpp
index f4f08fe5..5023f460 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() ).