summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar')
-rw-r--r--kopete/protocols/oscar/oscaraccount.h2
-rw-r--r--kopete/protocols/oscar/oscarcontact.h2
-rw-r--r--kopete/protocols/oscar/oscarmyselfcontact.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/oscar/oscaraccount.h b/kopete/protocols/oscar/oscaraccount.h
index 62603c07..ccffb037 100644
--- a/kopete/protocols/oscar/oscaraccount.h
+++ b/kopete/protocols/oscar/oscaraccount.h
@@ -39,7 +39,7 @@ class OscarContact;
class OscarAccountPrivate;
class TQTextCodec;
-class KDE_EXPORT OscarAccount : public Kopete::PasswordedAccount
+class TDE_EXPORT OscarAccount : public Kopete::PasswordedAccount
{
TQ_OBJECT
diff --git a/kopete/protocols/oscar/oscarcontact.h b/kopete/protocols/oscar/oscarcontact.h
index a1286c6d..456a7aa9 100644
--- a/kopete/protocols/oscar/oscarcontact.h
+++ b/kopete/protocols/oscar/oscarcontact.h
@@ -57,7 +57,7 @@ class TDEToggleAction;
* \li get/set the ignore setting for the contact
* \li get/set the visibility setting for the contact ( i.e. are we visible to the contact )
*/
-class KDE_EXPORT OscarContact : public Kopete::Contact
+class TDE_EXPORT OscarContact : public Kopete::Contact
{
TQ_OBJECT
diff --git a/kopete/protocols/oscar/oscarmyselfcontact.h b/kopete/protocols/oscar/oscarmyselfcontact.h
index 0de022d0..15c90fe0 100644
--- a/kopete/protocols/oscar/oscarmyselfcontact.h
+++ b/kopete/protocols/oscar/oscarmyselfcontact.h
@@ -34,7 +34,7 @@ class TDEToggleAction;
* myself() contact for oscar protocol
* @author Richard Smith
*/
-class KDE_EXPORT OscarMyselfContact : public Kopete::Contact
+class TDE_EXPORT OscarMyselfContact : public Kopete::Contact
{
TQ_OBJECT