diff options
Diffstat (limited to 'kaddressbook/common')
-rw-r--r-- | kaddressbook/common/kabprefs.h | 4 | ||||
-rw-r--r-- | kaddressbook/common/locationmap.cpp | 2 | ||||
-rw-r--r-- | kaddressbook/common/locationmap.h | 2 |
3 files changed, 4 insertions, 4 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/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: |