diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:18 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:03:38 +0200 |
commit | d17de25b7fe2200ed60b15ec6801e3458b2c1046 (patch) | |
tree | f8d177d2e951eab368c0491c24837836ef41470b /klinkstatus/src/parser | |
parent | 9b520883661b34a40beb46cedb80355fbe6587ad (diff) | |
download | tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.tar.gz tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'klinkstatus/src/parser')
-rw-r--r-- | klinkstatus/src/parser/htmlparser.cpp | 2 | ||||
-rw-r--r-- | klinkstatus/src/parser/htmlparser.h | 2 | ||||
-rw-r--r-- | klinkstatus/src/parser/http.cpp | 2 | ||||
-rw-r--r-- | klinkstatus/src/parser/http.h | 2 | ||||
-rw-r--r-- | klinkstatus/src/parser/mstring.cpp | 2 | ||||
-rw-r--r-- | klinkstatus/src/parser/mstring.h | 2 | ||||
-rw-r--r-- | klinkstatus/src/parser/node.cpp | 2 | ||||
-rw-r--r-- | klinkstatus/src/parser/node.h | 2 | ||||
-rw-r--r-- | klinkstatus/src/parser/node_impl.h | 2 | ||||
-rw-r--r-- | klinkstatus/src/parser/url.cpp | 2 | ||||
-rw-r--r-- | klinkstatus/src/parser/url.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/klinkstatus/src/parser/htmlparser.cpp b/klinkstatus/src/parser/htmlparser.cpp index 9c8e7370..0ddb0343 100644 --- a/klinkstatus/src/parser/htmlparser.cpp +++ b/klinkstatus/src/parser/htmlparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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/klinkstatus/src/parser/htmlparser.h b/klinkstatus/src/parser/htmlparser.h index faa5d7a1..c9e5ef10 100644 --- a/klinkstatus/src/parser/htmlparser.h +++ b/klinkstatus/src/parser/htmlparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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/klinkstatus/src/parser/http.cpp b/klinkstatus/src/parser/http.cpp index 484f994c..6e086739 100644 --- a/klinkstatus/src/parser/http.cpp +++ b/klinkstatus/src/parser/http.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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/klinkstatus/src/parser/http.h b/klinkstatus/src/parser/http.h index 8c9c4cae..2ad81012 100644 --- a/klinkstatus/src/parser/http.h +++ b/klinkstatus/src/parser/http.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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/klinkstatus/src/parser/mstring.cpp b/klinkstatus/src/parser/mstring.cpp index 8c98fdaa..aa2cdec7 100644 --- a/klinkstatus/src/parser/mstring.cpp +++ b/klinkstatus/src/parser/mstring.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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/klinkstatus/src/parser/mstring.h b/klinkstatus/src/parser/mstring.h index 301eda17..808fe060 100644 --- a/klinkstatus/src/parser/mstring.h +++ b/klinkstatus/src/parser/mstring.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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/klinkstatus/src/parser/node.cpp b/klinkstatus/src/parser/node.cpp index 7f6e12e4..cb5fdec4 100644 --- a/klinkstatus/src/parser/node.cpp +++ b/klinkstatus/src/parser/node.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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/klinkstatus/src/parser/node.h b/klinkstatus/src/parser/node.h index 5f959501..0452c219 100644 --- a/klinkstatus/src/parser/node.h +++ b/klinkstatus/src/parser/node.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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/klinkstatus/src/parser/node_impl.h b/klinkstatus/src/parser/node_impl.h index ab94bb43..6001bef1 100644 --- a/klinkstatus/src/parser/node_impl.h +++ b/klinkstatus/src/parser/node_impl.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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/klinkstatus/src/parser/url.cpp b/klinkstatus/src/parser/url.cpp index affc35c9..966bd509 100644 --- a/klinkstatus/src/parser/url.cpp +++ b/klinkstatus/src/parser/url.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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/klinkstatus/src/parser/url.h b/klinkstatus/src/parser/url.h index f90f2b33..8e13d812 100644 --- a/klinkstatus/src/parser/url.h +++ b/klinkstatus/src/parser/url.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@tdewebdev.org * + * moura@kdewebdev.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 * |