diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
commit | 998ebd2e683e45140493910f76e692e96887b5d2 (patch) | |
tree | 4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /vcs/cvsservice | |
parent | 9ba3adb356665bc27c3416c0b916efa89b366bde (diff) | |
download | tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip |
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'vcs/cvsservice')
-rw-r--r-- | vcs/cvsservice/cvsdiffpage.cpp | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsdiffpage.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvslogdialog.cpp | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvslogpage.cpp | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvslogpage.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvspartimpl.cpp | 4 | ||||
-rw-r--r-- | vcs/cvsservice/cvsprocesswidget.cpp | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsprocesswidget.h | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsservicedcopIface.h | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/vcs/cvsservice/cvsdiffpage.cpp b/vcs/cvsservice/cvsdiffpage.cpp index 04a37607..7777760a 100644 --- a/vcs/cvsservice/cvsdiffpage.cpp +++ b/vcs/cvsservice/cvsdiffpage.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 200?-2003 by KDevelop Authors * - * www.tdevelop.org * + * www.kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/vcs/cvsservice/cvsdiffpage.h b/vcs/cvsservice/cvsdiffpage.h index 1c828d90..ec3e4f36 100644 --- a/vcs/cvsservice/cvsdiffpage.h +++ b/vcs/cvsservice/cvsdiffpage.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * www.tdevelop.org * + * www.kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/vcs/cvsservice/cvslogdialog.cpp b/vcs/cvsservice/cvslogdialog.cpp index 6d192f38..ff36c19d 100644 --- a/vcs/cvsservice/cvslogdialog.cpp +++ b/vcs/cvsservice/cvslogdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 200?-2003 by KDevelop Authors * - * www.tdevelop.org * + * www.kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/vcs/cvsservice/cvslogpage.cpp b/vcs/cvsservice/cvslogpage.cpp index fb2e19a7..c0ade68e 100644 --- a/vcs/cvsservice/cvslogpage.cpp +++ b/vcs/cvsservice/cvslogpage.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 200?-2003 by KDevelop Authors * - * www.tdevelop.org * + * www.kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/vcs/cvsservice/cvslogpage.h b/vcs/cvsservice/cvslogpage.h index 81db2fe5..badfcfd6 100644 --- a/vcs/cvsservice/cvslogpage.h +++ b/vcs/cvsservice/cvslogpage.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 200?-2003 by KDevelop Authors * - * www.tdevelop.org * + * www.kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * 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 ); } diff --git a/vcs/cvsservice/cvsprocesswidget.cpp b/vcs/cvsservice/cvsprocesswidget.cpp index b1e888ff..d4de15c1 100644 --- a/vcs/cvsservice/cvsprocesswidget.cpp +++ b/vcs/cvsservice/cvsprocesswidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * www.tdevelop.org * + * www.kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/vcs/cvsservice/cvsprocesswidget.h b/vcs/cvsservice/cvsprocesswidget.h index 28f36a11..c8f9c8af 100644 --- a/vcs/cvsservice/cvsprocesswidget.h +++ b/vcs/cvsservice/cvsprocesswidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * www.tdevelop.org * + * www.kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/vcs/cvsservice/cvsservicedcopIface.h b/vcs/cvsservice/cvsservicedcopIface.h index 050ad6c4..2f62964b 100644 --- a/vcs/cvsservice/cvsservicedcopIface.h +++ b/vcs/cvsservice/cvsservicedcopIface.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * www.tdevelop.org * + * www.kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * |