summaryrefslogtreecommitdiffstats
path: root/parts/diff
diff options
context:
space:
mode:
Diffstat (limited to 'parts/diff')
-rw-r--r--parts/diff/README.dox4
-rw-r--r--parts/diff/diffdlg.cpp2
-rw-r--r--parts/diff/diffdlg.h2
-rw-r--r--parts/diff/diffpart.cpp2
-rw-r--r--parts/diff/diffpart.h2
-rw-r--r--parts/diff/diffwidget.cpp2
-rw-r--r--parts/diff/diffwidget.h2
7 files changed, 8 insertions, 8 deletions
diff --git a/parts/diff/README.dox b/parts/diff/README.dox
index 72cbfb3a..6659ac71 100644
--- a/parts/diff/README.dox
+++ b/parts/diff/README.dox
@@ -7,9 +7,9 @@ in a QTextEdit with simple highlighting
Just right-click on a CVS or Perforce file
and select "diff to repository" to see it in action.
-\authors <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a>
+\authors <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a>
-\maintainer <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a>
+\maintainer <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a>
\feature Shows "diffs" between files
\feature If "kompare" from KDESDK is installed, it'll use its widget to display the diff otherwise in a QTextEdit with simple highlighting
diff --git a/parts/diff/diffdlg.cpp b/parts/diff/diffdlg.cpp
index 3fd4b666..655791bd 100644
--- a/parts/diff/diffdlg.cpp
+++ b/parts/diff/diffdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Harald Fernengel *
- * harry@tdevelop.org *
+ * harry@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/diff/diffdlg.h b/parts/diff/diffdlg.h
index 44819e27..ee15011a 100644
--- a/parts/diff/diffdlg.h
+++ b/parts/diff/diffdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Harald Fernengel *
- * harry@tdevelop.org *
+ * harry@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/diff/diffpart.cpp b/parts/diff/diffpart.cpp
index 70e676c8..a0dbafdd 100644
--- a/parts/diff/diffpart.cpp
+++ b/parts/diff/diffpart.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Harald Fernengel *
- * harry@tdevelop.org *
+ * harry@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/diff/diffpart.h b/parts/diff/diffpart.h
index 5cf4b478..6fe89efe 100644
--- a/parts/diff/diffpart.h
+++ b/parts/diff/diffpart.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Harald Fernengel *
- * harry@tdevelop.org *
+ * harry@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/diff/diffwidget.cpp b/parts/diff/diffwidget.cpp
index b766b064..51dabcaf 100644
--- a/parts/diff/diffwidget.cpp
+++ b/parts/diff/diffwidget.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Harald Fernengel *
- * harry@tdevelop.org *
+ * harry@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/diff/diffwidget.h b/parts/diff/diffwidget.h
index b948fae1..b021e516 100644
--- a/parts/diff/diffwidget.h
+++ b/parts/diff/diffwidget.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Harald Fernengel *
- * harry@tdevelop.org *
+ * harry@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 *