summaryrefslogtreecommitdiffstats
path: root/languages/sql
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 /languages/sql
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'languages/sql')
-rw-r--r--languages/sql/README.dox4
-rw-r--r--languages/sql/sqlactions.cpp2
-rw-r--r--languages/sql/sqlactions.h2
-rw-r--r--languages/sql/sqloutputwidget.cpp2
-rw-r--r--languages/sql/sqloutputwidget.h2
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 *