summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/kdevsvnd.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:49:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 20:36:34 +0900
commit7489a97ab5603b4f72a6d56ef5370e86863fa556 (patch)
tree9e769d4d45167c996f79dcb01213cda0339dc7e1 /vcs/subversion/kdevsvnd.cpp
parent659897fd6dcc7cd040798a2ecf8552ae0b09c9fc (diff)
downloadtdevelop-7489a97ab5603b4f72a6d56ef5370e86863fa556.tar.gz
tdevelop-7489a97ab5603b4f72a6d56ef5370e86863fa556.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit de5478a9151654feb55ce8e577351ee7178fadb8)
Diffstat (limited to 'vcs/subversion/kdevsvnd.cpp')
-rw-r--r--vcs/subversion/kdevsvnd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/subversion/kdevsvnd.cpp b/vcs/subversion/kdevsvnd.cpp
index 1fc4afc8..30e76f0e 100644
--- a/vcs/subversion/kdevsvnd.cpp
+++ b/vcs/subversion/kdevsvnd.cpp
@@ -36,7 +36,7 @@
#include "commitdlg.h"
extern "C" {
- KDE_EXPORT KDEDModule *create_kdevsvnd(const TQCString &name) {
+ TDE_EXPORT KDEDModule *create_kdevsvnd(const TQCString &name) {
return new KDevSvnd(name);
}
}