diff options
Diffstat (limited to 'kaddressbook/common/locationmap.h')
-rw-r--r-- | kaddressbook/common/locationmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/common/locationmap.h b/kaddressbook/common/locationmap.h index a5a53426d..be625f579 100644 --- a/kaddressbook/common/locationmap.h +++ b/kaddressbook/common/locationmap.h @@ -38,13 +38,13 @@ class LocationMap : public TQObject ~LocationMap(); public slots: - void showAddress( const KABC::Address& ); + void showAddress( const TDEABC::Address& ); protected: LocationMap(); private: - TQString createUrl( const KABC::Address& ); + TQString createUrl( const TDEABC::Address& ); static LocationMap *mSelf; }; |