summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:53 +0900
commit10f886b2fa3fbe9397f6dcaf0db77f1e706b2356 (patch)
tree5804a0c29ddb04aaee49c771fff433b8b5368836 /tdeioslave
parent977c5266d3155a08424862bd40a3bde40c9e0d4a (diff)
downloadtdesdk-10f886b2fa3fbe9397f6dcaf0db77f1e706b2356.tar.gz
tdesdk-10f886b2fa3fbe9397f6dcaf0db77f1e706b2356.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/svn/ksvnd/ksvnd.cpp2
-rw-r--r--tdeioslave/svn/svn.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/svn/ksvnd/ksvnd.cpp b/tdeioslave/svn/ksvnd/ksvnd.cpp
index 82e51bbb..f5ad3888 100644
--- a/tdeioslave/svn/ksvnd/ksvnd.cpp
+++ b/tdeioslave/svn/ksvnd/ksvnd.cpp
@@ -31,7 +31,7 @@
#include "commitdlg.h"
extern "C" {
- KDE_EXPORT KDEDModule *create_ksvnd(const TQCString &name) {
+ TDE_EXPORT KDEDModule *create_ksvnd(const TQCString &name) {
return new KSvnd(name);
}
}
diff --git a/tdeioslave/svn/svn.cpp b/tdeioslave/svn/svn.cpp
index a25abe36..92481417 100644
--- a/tdeioslave/svn/svn.cpp
+++ b/tdeioslave/svn/svn.cpp
@@ -1624,7 +1624,7 @@ void tdeio_svnProtocol::wc_resolve( const KURL& wc, bool recurse ) {
extern "C"
{
- KDE_EXPORT int kdemain(int argc, char **argv) {
+ TDE_EXPORT int kdemain(int argc, char **argv) {
TDEInstance instance( "tdeio_svn" );
kdDebug(7128) << "*** Starting tdeio_svn " << endl;