diff options
Diffstat (limited to 'src/tdesvn.cpp')
-rw-r--r-- | src/tdesvn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdesvn.cpp b/src/tdesvn.cpp index cafaea6..05ed762 100644 --- a/src/tdesvn.cpp +++ b/src/tdesvn.cpp @@ -100,7 +100,7 @@ tdesvn::tdesvn() // 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("libtdesvnpart"); + KLibFactory *factory = KLibLoader::self()->factory("tdesvnpart"); if (factory) { |