diff options
Diffstat (limited to 'kaddressbook/common/locationmap.h')
-rw-r--r-- | kaddressbook/common/locationmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/common/locationmap.h b/kaddressbook/common/locationmap.h index 82300d9df..e8a790360 100644 --- a/kaddressbook/common/locationmap.h +++ b/kaddressbook/common/locationmap.h @@ -25,8 +25,8 @@ #define LOCATIONMAP_H #include <kabc/address.h> -#include <qobject.h> -#include <qstring.h> +#include <tqobject.h> +#include <tqstring.h> class LocationMap : public QObject { @@ -43,7 +43,7 @@ class LocationMap : public QObject LocationMap(); private: - QString createUrl( const KABC::Address& ); + TQString createUrl( const KABC::Address& ); static LocationMap *mSelf; }; |