diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 19:58:43 -0600 | 
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 19:58:43 -0600 | 
| commit | 7fc46170cb07fb71debd870887b6a85aa89f5e26 (patch) | |
| tree | f1d10a0134417509554a0e1d667d39adfd4c24ee /vcs/subversion/tdevsvnd.cpp | |
| parent | 2c241008bc2a541aba15e83447f45970db3f59df (diff) | |
| download | tdevelop-7fc46170cb07fb71debd870887b6a85aa89f5e26.tar.gz tdevelop-7fc46170cb07fb71debd870887b6a85aa89f5e26.zip | |
Fix kded service and symbol export in support of commit 722ce1ef.
Diffstat (limited to 'vcs/subversion/tdevsvnd.cpp')
| -rw-r--r-- | vcs/subversion/tdevsvnd.cpp | 2 | 
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);      }  } | 
