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 /parts/fullscreen | |
parent | c3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff) | |
download | tdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz tdevelop-e19722342046756a90d65060c756198e31ff4457.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'parts/fullscreen')
-rw-r--r-- | parts/fullscreen/README.dox | 4 | ||||
-rw-r--r-- | parts/fullscreen/fullscreen_part.cpp | 2 | ||||
-rw-r--r-- | parts/fullscreen/fullscreen_part.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/parts/fullscreen/README.dox b/parts/fullscreen/README.dox index c7747fb5..10f74509 100644 --- a/parts/fullscreen/README.dox +++ b/parts/fullscreen/README.dox @@ -1,9 +1,9 @@ /** \class FullScreenPart Displays KDevelop in full screen -\authors <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> +\authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> -\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> +\maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> \feature Displays KDevelop in full screen diff --git a/parts/fullscreen/fullscreen_part.cpp b/parts/fullscreen/fullscreen_part.cpp index b60530a2..22cecb42 100644 --- a/parts/fullscreen/fullscreen_part.cpp +++ b/parts/fullscreen/fullscreen_part.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@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/parts/fullscreen/fullscreen_part.h b/parts/fullscreen/fullscreen_part.h index 8645f991..fcb566e8 100644 --- a/parts/fullscreen/fullscreen_part.h +++ b/parts/fullscreen/fullscreen_part.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@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 * |