summaryrefslogtreecommitdiffstats
path: root/kaddressbook/common/locationmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/common/locationmap.h')
-rw-r--r--kaddressbook/common/locationmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/common/locationmap.h b/kaddressbook/common/locationmap.h
index a5a53426..be625f57 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;
};