summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/tdevsvnd.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:36:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:36:42 +0900
commit41f7ca9b5d2cf09d3a1bfcb32f086408ce1f4c9e (patch)
tree1e88261e3b45677335d28f2b5d5cef8646b7fa07 /vcs/subversion/tdevsvnd.cpp
parentfc09bfc4fd98b7b3f7f2c2a8af4fa25ba80074cb (diff)
downloadtdevelop-41f7ca9b5d2cf09d3a1bfcb32f086408ce1f4c9e.tar.gz
tdevelop-41f7ca9b5d2cf09d3a1bfcb32f086408ce1f4c9e.zip
Revert "Fix kded service and symbol export in support of commit 722ce1ef."
This reverts commit 7fc46170cb07fb71debd870887b6a85aa89f5e26.
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 427ad7e2..ea42667b 100644
--- a/vcs/subversion/tdevsvnd.cpp
+++ b/vcs/subversion/tdevsvnd.cpp
@@ -36,7 +36,7 @@
#include "commitdlg.h"
extern "C" {
- KDE_EXPORT KDEDModule *create_tdevsvnd(const TQCString &name) {
+ KDE_EXPORT KDEDModule *create_kdevsvnd(const TQCString &name) {
return new TDevSvnd(name);
}
}