diff options
Diffstat (limited to 'languages/sql')
-rw-r--r-- | languages/sql/README.dox | 4 | ||||
-rw-r--r-- | languages/sql/sqlactions.cpp | 2 | ||||
-rw-r--r-- | languages/sql/sqlactions.h | 2 | ||||
-rw-r--r-- | languages/sql/sqloutputwidget.cpp | 2 | ||||
-rw-r--r-- | languages/sql/sqloutputwidget.h | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/languages/sql/README.dox b/languages/sql/README.dox index 14634fba..bfa52e2e 100644 --- a/languages/sql/README.dox +++ b/languages/sql/README.dox @@ -1,9 +1,9 @@ /** \class SQLSupportPart This is a SQL support plugin -\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 SQL language support \feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part. diff --git a/languages/sql/sqlactions.cpp b/languages/sql/sqlactions.cpp index f4c74249..1d1a5b14 100644 --- a/languages/sql/sqlactions.cpp +++ b/languages/sql/sqlactions.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 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/languages/sql/sqlactions.h b/languages/sql/sqlactions.h index 248c4d66..04ad295b 100644 --- a/languages/sql/sqlactions.h +++ b/languages/sql/sqlactions.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 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/languages/sql/sqloutputwidget.cpp b/languages/sql/sqloutputwidget.cpp index 9185fc17..d845e6e0 100644 --- a/languages/sql/sqloutputwidget.cpp +++ b/languages/sql/sqloutputwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 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/languages/sql/sqloutputwidget.h b/languages/sql/sqloutputwidget.h index f2b53b48..4e5fa790 100644 --- a/languages/sql/sqloutputwidget.h +++ b/languages/sql/sqloutputwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 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 * |