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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/common/locationmap.h b/kaddressbook/common/locationmap.h
index 82300d9d..e8a79036 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;
};