summaryrefslogtreecommitdiffstats
path: root/tdeioslave/svn/ksvnd/ksvnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/svn/ksvnd/ksvnd.cpp')
-rw-r--r--tdeioslave/svn/ksvnd/ksvnd.cpp2
1 files changed, 1 insertions, 1 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);
}
}