summaryrefslogtreecommitdiffstats
path: root/kaddressbook/common
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/common')
-rw-r--r--kaddressbook/common/kabprefs.h4
-rw-r--r--kaddressbook/common/kaddressbook.kcfg2
-rw-r--r--kaddressbook/common/locationmap.cpp2
-rw-r--r--kaddressbook/common/locationmap.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/kaddressbook/common/kabprefs.h b/kaddressbook/common/kabprefs.h
index 4ac486f7..d8b2bddd 100644
--- a/kaddressbook/common/kabprefs.h
+++ b/kaddressbook/common/kabprefs.h
@@ -25,12 +25,12 @@
#define KABPREFS_H
#include <tqstringlist.h>
-#include <tdepimmacros.h>
+#include <tdemacros.h>
#include "kabprefs_base.h"
class TDEConfig;
-class KDE_EXPORT KABPrefs : public KABPrefsBase
+class TDE_EXPORT KABPrefs : public KABPrefsBase
{
public:
virtual ~KABPrefs();
diff --git a/kaddressbook/common/kaddressbook.kcfg b/kaddressbook/common/kaddressbook.kcfg
index 5f8080c9..339f3807 100644
--- a/kaddressbook/common/kaddressbook.kcfg
+++ b/kaddressbook/common/kaddressbook.kcfg
@@ -31,7 +31,7 @@
<group name="Views">
<entry type="Bool" name="HonorSingleClick">
- <label>Honor KDE single click</label>
+ <label>Honor TDE single click</label>
<whatsthis></whatsthis>
<default>false</default>
</entry>
diff --git a/kaddressbook/common/locationmap.cpp b/kaddressbook/common/locationmap.cpp
index 0f6bcdb8..63ed10ac 100644
--- a/kaddressbook/common/locationmap.cpp
+++ b/kaddressbook/common/locationmap.cpp
@@ -58,7 +58,7 @@ void LocationMap::showAddress( const TDEABC::Address &addr )
if ( url.isEmpty() )
return;
- kapp->invokeBrowser( url.url() );
+ tdeApp->invokeBrowser( url.url() );
}
TQString LocationMap::createUrl( const TDEABC::Address &addr )
diff --git a/kaddressbook/common/locationmap.h b/kaddressbook/common/locationmap.h
index be625f57..2ba39aa1 100644
--- a/kaddressbook/common/locationmap.h
+++ b/kaddressbook/common/locationmap.h
@@ -30,7 +30,7 @@
class LocationMap : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: