summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------admin0
-rw-r--r--kopete/libkopete/kopeteaccount.h4
-rw-r--r--kopete/libkopete/ui/kopetewidgets.cpp2
-rw-r--r--kopete/protocols/msn/msncontact.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/admin b/admin
-Subproject 7fc9aedfb802dbb23da9f54134dd1c381124bc5
+Subproject 34c35e11fbc7237f94ec8ede61ef0c8c9b6c58b
diff --git a/kopete/libkopete/kopeteaccount.h b/kopete/libkopete/kopeteaccount.h
index 697200fa..58be9cbc 100644
--- a/kopete/libkopete/kopeteaccount.h
+++ b/kopete/libkopete/kopeteaccount.h
@@ -540,13 +540,13 @@ public:
* @todo remove
* @deprecated use configGroup
*/
- void setPluginData( Plugin* /*plugin*/, const TQString &key, const TQString &value ) KDE_DEPRECATED;
+ void setPluginData( Plugin* /*plugin*/, const TQString &key, const TQString &value ) TDE_DEPRECATED;
/**
* @todo remove
* @deprecated use configGroup
*/
- TQString pluginData( Plugin* /*plugin*/, const TQString &key ) const KDE_DEPRECATED;
+ TQString pluginData( Plugin* /*plugin*/, const TQString &key ) const TDE_DEPRECATED;
};
} //END namespace Kopete
diff --git a/kopete/libkopete/ui/kopetewidgets.cpp b/kopete/libkopete/ui/kopetewidgets.cpp
index db8046b6..49f57ae6 100644
--- a/kopete/libkopete/ui/kopetewidgets.cpp
+++ b/kopete/libkopete/ui/kopetewidgets.cpp
@@ -127,5 +127,5 @@ TQWidget *KopeteWidgets::create(const TQString &key, TQWidget *parent, const cha
return 0;
}
-KDE_TQ_EXPORT_PLUGIN(KopeteWidgets)
+TDE_EXPORT_PLUGIN(KopeteWidgets)
diff --git a/kopete/protocols/msn/msncontact.h b/kopete/protocols/msn/msncontact.h
index fb46f541..38eddd49 100644
--- a/kopete/protocols/msn/msncontact.h
+++ b/kopete/protocols/msn/msncontact.h
@@ -110,7 +110,7 @@ public:
/**
* Rename contact on server
*/
- virtual void rename( const TQString &newName ) KDE_DEPRECATED;
+ virtual void rename( const TQString &newName ) TDE_DEPRECATED;
/**
* Returns the MSN Message Manager associated with this contact