diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:03:18 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 21:03:38 +0200 |
commit | d17de25b7fe2200ed60b15ec6801e3458b2c1046 (patch) | |
tree | f8d177d2e951eab368c0491c24837836ef41470b /klinkstatus/src/utils | |
parent | 9b520883661b34a40beb46cedb80355fbe6587ad (diff) | |
download | tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.tar.gz tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'klinkstatus/src/utils')
-rw-r--r-- | klinkstatus/src/utils/mvector.h | 2 | ||||
-rw-r--r-- | klinkstatus/src/utils/utils.cpp | 2 | ||||
-rw-r--r-- | klinkstatus/src/utils/utils.h | 2 | ||||
-rw-r--r-- | klinkstatus/src/utils/xsl.cpp | 2 | ||||
-rw-r--r-- | klinkstatus/src/utils/xsl.h | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/klinkstatus/src/utils/mvector.h b/klinkstatus/src/utils/mvector.h index 3628d7de..e48cfda3 100644 --- a/klinkstatus/src/utils/mvector.h +++ b/klinkstatus/src/utils/mvector.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * [email protected] * + * [email protected] * * * * 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/klinkstatus/src/utils/utils.cpp b/klinkstatus/src/utils/utils.cpp index 081ead99..d49df806 100644 --- a/klinkstatus/src/utils/utils.cpp +++ b/klinkstatus/src/utils/utils.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * [email protected] * + * [email protected] * * * * 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/klinkstatus/src/utils/utils.h b/klinkstatus/src/utils/utils.h index 4abf9314..f44d94c4 100644 --- a/klinkstatus/src/utils/utils.h +++ b/klinkstatus/src/utils/utils.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * [email protected] * + * [email protected] * * * * 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/klinkstatus/src/utils/xsl.cpp b/klinkstatus/src/utils/xsl.cpp index 33358a14..12ab5cee 100644 --- a/klinkstatus/src/utils/xsl.cpp +++ b/klinkstatus/src/utils/xsl.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * [email protected] * + * [email protected] * * * * 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/klinkstatus/src/utils/xsl.h b/klinkstatus/src/utils/xsl.h index c44dc507..4e6d8476 100644 --- a/klinkstatus/src/utils/xsl.h +++ b/klinkstatus/src/utils/xsl.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * [email protected] * + * [email protected] * * * * 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 * @@ -25,7 +25,7 @@ class XSLTPrivate; /** - @author Paulo Moura Guedes <[email protected]> + @author Paulo Moura Guedes <[email protected]> Taken from kopetexsl. Kudos to the Kopete team. * |