summaryrefslogtreecommitdiffstats
path: root/parts/classview
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:17 +0200
commite19722342046756a90d65060c756198e31ff4457 (patch)
tree8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /parts/classview
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'parts/classview')
-rw-r--r--parts/classview/classtooldlg.cpp2
-rw-r--r--parts/classview/classtooldlg.h2
-rw-r--r--parts/classview/classtoolwidget.cpp2
-rw-r--r--parts/classview/classtoolwidget.h2
-rw-r--r--parts/classview/classtreebase.cpp2
-rw-r--r--parts/classview/classtreebase.h2
-rw-r--r--parts/classview/classviewpart.cpp2
-rw-r--r--parts/classview/classviewpart.h2
-rw-r--r--parts/classview/classviewwidget.cpp2
-rw-r--r--parts/classview/classviewwidget.h2
-rw-r--r--parts/classview/digraphview.cpp2
-rw-r--r--parts/classview/digraphview.h2
-rw-r--r--parts/classview/hierarchydlg.cpp2
-rw-r--r--parts/classview/hierarchydlg.h2
-rw-r--r--parts/classview/navigator.cpp2
15 files changed, 15 insertions, 15 deletions
diff --git a/parts/classview/classtooldlg.cpp b/parts/classview/classtooldlg.cpp
index f803c6c1..c0cc21a2 100644
--- a/parts/classview/classtooldlg.cpp
+++ b/parts/classview/classtooldlg.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/parts/classview/classtooldlg.h b/parts/classview/classtooldlg.h
index b1322389..d143e66e 100644
--- a/parts/classview/classtooldlg.h
+++ b/parts/classview/classtooldlg.h
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/parts/classview/classtoolwidget.cpp b/parts/classview/classtoolwidget.cpp
index cb7d259b..617ce4d4 100644
--- a/parts/classview/classtoolwidget.cpp
+++ b/parts/classview/classtoolwidget.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/parts/classview/classtoolwidget.h b/parts/classview/classtoolwidget.h
index 526d5696..8fd6b974 100644
--- a/parts/classview/classtoolwidget.h
+++ b/parts/classview/classtoolwidget.h
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/parts/classview/classtreebase.cpp b/parts/classview/classtreebase.cpp
index 7fb7397f..9e052418 100644
--- a/parts/classview/classtreebase.cpp
+++ b/parts/classview/classtreebase.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/parts/classview/classtreebase.h b/parts/classview/classtreebase.h
index df495641..413f288b 100644
--- a/parts/classview/classtreebase.h
+++ b/parts/classview/classtreebase.h
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/parts/classview/classviewpart.cpp b/parts/classview/classviewpart.cpp
index 59d0163d..92e26bd0 100644
--- a/parts/classview/classviewpart.cpp
+++ b/parts/classview/classviewpart.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org)
+ * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
* Copyright (C) 2003 Alexander Dymo (cloudtemple@mksat.net)
*
* This program is free software; you can redistribute it and/or
diff --git a/parts/classview/classviewpart.h b/parts/classview/classviewpart.h
index 271830ba..16e18def 100644
--- a/parts/classview/classviewpart.h
+++ b/parts/classview/classviewpart.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org)
+ * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
diff --git a/parts/classview/classviewwidget.cpp b/parts/classview/classviewwidget.cpp
index 851e8739..22b865ef 100644
--- a/parts/classview/classviewwidget.cpp
+++ b/parts/classview/classviewwidget.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org)
+ * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
diff --git a/parts/classview/classviewwidget.h b/parts/classview/classviewwidget.h
index e54ea56d..d74448f5 100644
--- a/parts/classview/classviewwidget.h
+++ b/parts/classview/classviewwidget.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org)
+ * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
diff --git a/parts/classview/digraphview.cpp b/parts/classview/digraphview.cpp
index 68b10a2f..1e3fa8e0 100644
--- a/parts/classview/digraphview.cpp
+++ b/parts/classview/digraphview.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/parts/classview/digraphview.h b/parts/classview/digraphview.h
index 3d2b6197..a72aa941 100644
--- a/parts/classview/digraphview.h
+++ b/parts/classview/digraphview.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/parts/classview/hierarchydlg.cpp b/parts/classview/hierarchydlg.cpp
index d19f13cb..c8761861 100644
--- a/parts/classview/hierarchydlg.cpp
+++ b/parts/classview/hierarchydlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/parts/classview/hierarchydlg.h b/parts/classview/hierarchydlg.h
index 19004c1f..1c41a8f0 100644
--- a/parts/classview/hierarchydlg.h
+++ b/parts/classview/hierarchydlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/parts/classview/navigator.cpp b/parts/classview/navigator.cpp
index 67223be8..694aa0d4 100644
--- a/parts/classview/navigator.cpp
+++ b/parts/classview/navigator.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 2004 by Alexander Dymo *
* adymo@mksat.net *
* Portions Copyright (C) 2002-2003 by Roberto Raggi *
- * roberto@tdevelop.org *
+ * roberto@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 *