diff options
Diffstat (limited to 'kaddressbook/common/locationmap.cpp')
-rw-r--r-- | kaddressbook/common/locationmap.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/common/locationmap.cpp b/kaddressbook/common/locationmap.cpp index 5788e6fcd..716e1764b 100644 --- a/kaddressbook/common/locationmap.cpp +++ b/kaddressbook/common/locationmap.cpp @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #include <kapplication.h> @@ -75,7 +75,7 @@ TQString LocationMap::createUrl( const KABC::Address &addr ) TQString urlTemplate = KABPrefs::instance()->locationMapURL().arg( KGlobal::locale()->country() ); if ( urlTemplate.isEmpty() ) { KMessageBox::error( 0, i18n( "No service provider available for map lookup!\nPlease add one in the configuration dialog." ) ); - return TQString::null; + return TQString(); } #if KDE_VERSION >= 319 |