summaryrefslogtreecommitdiffstats
path: root/kopete/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols')
-rw-r--r--kopete/protocols/jabber/tdeioslave/jabberdisco.cpp2
-rw-r--r--kopete/protocols/msn/Makefile.am4
-rw-r--r--kopete/protocols/msn/dummy.cpp4
-rw-r--r--kopete/protocols/oscar/oscaraccount.h2
-rw-r--r--kopete/protocols/oscar/oscarcontact.h2
-rw-r--r--kopete/protocols/oscar/oscarmyselfcontact.h2
6 files changed, 8 insertions, 8 deletions
diff --git a/kopete/protocols/jabber/tdeioslave/jabberdisco.cpp b/kopete/protocols/jabber/tdeioslave/jabberdisco.cpp
index 709255a7..9dd0d30b 100644
--- a/kopete/protocols/jabber/tdeioslave/jabberdisco.cpp
+++ b/kopete/protocols/jabber/tdeioslave/jabberdisco.cpp
@@ -378,7 +378,7 @@ void JabberDiscoProtocol::dispatchLoop ()
extern "C"
{
- KDE_EXPORT int kdemain(int argc, char **argv);
+ TDE_EXPORT int kdemain(int argc, char **argv);
}
diff --git a/kopete/protocols/msn/Makefile.am b/kopete/protocols/msn/Makefile.am
index 5248d295..10d05490 100644
--- a/kopete/protocols/msn/Makefile.am
+++ b/kopete/protocols/msn/Makefile.am
@@ -35,8 +35,8 @@ kopete_msn_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(L
dummy.cpp: $(srcdir)/Makefile.am
echo '#include "kdemacros.h"' > $@
- echo 'extern "C" KDE_EXPORT void *init_libkopete_msn_shared();' >> $@
- echo 'extern "C" KDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); }' >> $@
+ echo 'extern "C" TDE_EXPORT void *init_libkopete_msn_shared();' >> $@
+ echo 'extern "C" TDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); }' >> $@
service_DATA = kopete_msn.desktop
servicedir = $(kde_servicesdir)
diff --git a/kopete/protocols/msn/dummy.cpp b/kopete/protocols/msn/dummy.cpp
index 6edd39fa..c1273f3a 100644
--- a/kopete/protocols/msn/dummy.cpp
+++ b/kopete/protocols/msn/dummy.cpp
@@ -1,3 +1,3 @@
#include "kdemacros.h"
-extern "C" KDE_EXPORT void *init_libkopete_msn_shared();
-extern "C" KDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); }
+extern "C" TDE_EXPORT void *init_libkopete_msn_shared();
+extern "C" TDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); }
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