summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/tdevsvnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/subversion/tdevsvnd.cpp')
-rw-r--r--vcs/subversion/tdevsvnd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/subversion/tdevsvnd.cpp b/vcs/subversion/tdevsvnd.cpp
index ea42667b..427ad7e2 100644
--- a/vcs/subversion/tdevsvnd.cpp
+++ b/vcs/subversion/tdevsvnd.cpp
@@ -36,7 +36,7 @@
#include "commitdlg.h"
extern "C" {
- KDE_EXPORT KDEDModule *create_kdevsvnd(const TQCString &name) {
+ KDE_EXPORT KDEDModule *create_tdevsvnd(const TQCString &name) {
return new TDevSvnd(name);
}
}