diff options
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() ). |