diff options
Diffstat (limited to 'src/svnfrontend/graphtree')
-rw-r--r-- | src/svnfrontend/graphtree/drawparams.cpp | 2 | ||||
-rw-r--r-- | src/svnfrontend/graphtree/drawparams.h | 2 | ||||
-rw-r--r-- | src/svnfrontend/graphtree/revgraphview.cpp | 2 | ||||
-rw-r--r-- | src/svnfrontend/graphtree/revisiontree.cpp | 2 | ||||
-rw-r--r-- | src/svnfrontend/graphtree/revtreewidget.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/svnfrontend/graphtree/drawparams.cpp b/src/svnfrontend/graphtree/drawparams.cpp index 74e4953..7a43dd5 100644 --- a/src/svnfrontend/graphtree/drawparams.cpp +++ b/src/svnfrontend/graphtree/drawparams.cpp @@ -1,6 +1,6 @@ /* This file is part of KCachegrind. Copyright (C) 2002, 2003 Josef Weidendorfer <[email protected]> - Adapted for the needs of kdesvn by Rajko Albrecht <[email protected]> + Adapted for the needs of tdesvn by Rajko Albrecht <[email protected]> KCachegrind is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/src/svnfrontend/graphtree/drawparams.h b/src/svnfrontend/graphtree/drawparams.h index eee2445..0244620 100644 --- a/src/svnfrontend/graphtree/drawparams.h +++ b/src/svnfrontend/graphtree/drawparams.h @@ -1,6 +1,6 @@ /* This file is part of KCachegrind. Copyright (C) 2002, 2003 Josef Weidendorfer <[email protected]> - Adapted for the needs of kdesvn by Rajko Albrecht <[email protected]> + Adapted for the needs of tdesvn by Rajko Albrecht <[email protected]> KCachegrind is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/src/svnfrontend/graphtree/revgraphview.cpp b/src/svnfrontend/graphtree/revgraphview.cpp index f98064a..32f8e2d 100644 --- a/src/svnfrontend/graphtree/revgraphview.cpp +++ b/src/svnfrontend/graphtree/revgraphview.cpp @@ -21,7 +21,7 @@ #include "graphtreelabel.h" #include "pannerview.h" #include "graphtree_defines.h" -#include "src/settings/kdesvnsettings.h" +#include "src/settings/tdesvnsettings.h" #include "../stopdlg.h" #include "src/svnqt/client.hpp" diff --git a/src/svnfrontend/graphtree/revisiontree.cpp b/src/svnfrontend/graphtree/revisiontree.cpp index 7a2833a..6932768 100644 --- a/src/svnfrontend/graphtree/revisiontree.cpp +++ b/src/svnfrontend/graphtree/revisiontree.cpp @@ -28,7 +28,7 @@ #include "revgraphview.h" #include "elogentry.h" #include "src/svnfrontend/fronthelpers/cursorstack.h" -#include "src/settings/kdesvnsettings.h" +#include "src/settings/tdesvnsettings.h" #include <kdebug.h> #include <kprogress.h> diff --git a/src/svnfrontend/graphtree/revtreewidget.cpp b/src/svnfrontend/graphtree/revtreewidget.cpp index 3c8d63e..a43b61e 100644 --- a/src/svnfrontend/graphtree/revtreewidget.cpp +++ b/src/svnfrontend/graphtree/revtreewidget.cpp @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "revtreewidget.h" -#include "src/settings/kdesvnsettings.h" +#include "src/settings/tdesvnsettings.h" #include <tqvariant.h> #include <tqsplitter.h> |