summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/cvspartimpl.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
commit998ebd2e683e45140493910f76e692e96887b5d2 (patch)
tree4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /vcs/cvsservice/cvspartimpl.cpp
parent9ba3adb356665bc27c3416c0b916efa89b366bde (diff)
downloadtdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz
tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'vcs/cvsservice/cvspartimpl.cpp')
-rw-r--r--vcs/cvsservice/cvspartimpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/cvsservice/cvspartimpl.cpp b/vcs/cvsservice/cvspartimpl.cpp
index 7556f7bc..7bacf3e1 100644
--- a/vcs/cvsservice/cvspartimpl.cpp
+++ b/vcs/cvsservice/cvspartimpl.cpp
@@ -332,7 +332,7 @@ KDevCore *CvsServicePartImpl::core() const
KDevDiffFrontend *CvsServicePartImpl::diffFrontend() const
{
- return m_part->extension<KDevDiffFrontend>("KDevelop/DiffFrontend");
+ return m_part->extension<KDevDiffFrontend>("TDevelop/DiffFrontend");
}
///////////////////////////////////////////////////////////////////////////////
@@ -774,7 +774,7 @@ void CvsServicePartImpl::createNewProject( const TQString &dirName,
kdDebug( 9006 ) << " ** Will run the following command: " << endl << cmdLine << endl;
kdDebug( 9006 ) << " ** on directory: " << dirName << endl;
- if (KDevMakeFrontend *makeFrontend = m_part->extension<KDevMakeFrontend>("KDevelop/MakeFrontend"))
+ if (KDevMakeFrontend *makeFrontend = m_part->extension<KDevMakeFrontend>("TDevelop/MakeFrontend"))
makeFrontend->queueCommand( dirName, cmdLine );
}