From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kaddressbook/common/locationmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kaddressbook/common/locationmap.h') 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 -#include -#include +#include +#include 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; }; -- cgit v1.2.1