diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:11 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:03:17 +0200 |
commit | e19722342046756a90d65060c756198e31ff4457 (patch) | |
tree | 8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /languages/sql | |
parent | c3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff) | |
download | tdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz tdevelop-e19722342046756a90d65060c756198e31ff4457.zip |
Additional k => tde renaming and fixes
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 * |