summaryrefslogtreecommitdiffstats
path: root/src/kdesvn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdesvn.cpp')
-rw-r--r--src/kdesvn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdesvn.cpp b/src/kdesvn.cpp
index 9921ffb..c798416 100644
--- a/src/kdesvn.cpp
+++ b/src/kdesvn.cpp
@@ -100,7 +100,7 @@ kdesvn::kdesvn()
// this routine will find and load our Part. it finds the Part by
// name which is a bad idea usually.. but it's alright in this
// case since our Part is made for this Shell
- KLibFactory *factory = KLibLoader::self()->factory("libkdesvnpart");
+ KLibFactory *factory = KLibLoader::self()->factory("libtdesvnpart");
if (factory)
{