From d17de25b7fe2200ed60b15ec6801e3458b2c1046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:03:18 +0200 Subject: Additional k => tde renaming and fixes --- klinkstatus/src/Makefile.am | 4 ++-- klinkstatus/src/actionmanager.cpp | 2 +- klinkstatus/src/actionmanager.h | 4 ++-- klinkstatus/src/engine/linkchecker.h | 2 +- klinkstatus/src/engine/linkfilter.cpp | 2 +- klinkstatus/src/engine/linkfilter.h | 4 ++-- klinkstatus/src/engine/linkstatus.cpp | 2 +- klinkstatus/src/engine/linkstatus.h | 2 +- klinkstatus/src/engine/linkstatus_impl.h | 2 +- klinkstatus/src/engine/searchmanager.cpp | 2 +- klinkstatus/src/engine/searchmanager.h | 2 +- klinkstatus/src/engine/searchmanager_impl.h | 2 +- klinkstatus/src/global.cpp | 2 +- klinkstatus/src/global.h | 2 +- klinkstatus/src/klinkstatus.cpp | 2 +- klinkstatus/src/klinkstatus.h | 4 ++-- klinkstatus/src/klinkstatus_part.cpp | 10 +++++----- klinkstatus/src/klinkstatus_part.h | 2 +- klinkstatus/src/main.cpp | 10 +++++----- klinkstatus/src/parser/htmlparser.cpp | 2 +- klinkstatus/src/parser/htmlparser.h | 2 +- klinkstatus/src/parser/http.cpp | 2 +- klinkstatus/src/parser/http.h | 2 +- klinkstatus/src/parser/mstring.cpp | 2 +- klinkstatus/src/parser/mstring.h | 2 +- klinkstatus/src/parser/node.cpp | 2 +- klinkstatus/src/parser/node.h | 2 +- klinkstatus/src/parser/node_impl.h | 2 +- klinkstatus/src/parser/url.cpp | 2 +- klinkstatus/src/parser/url.h | 2 +- klinkstatus/src/ui/celltooltip.cpp | 2 +- klinkstatus/src/ui/celltooltip.h | 2 +- klinkstatus/src/ui/documentrootdialog.cpp | 2 +- klinkstatus/src/ui/documentrootdialog.h | 4 ++-- klinkstatus/src/ui/klshistorycombo.cpp | 2 +- klinkstatus/src/ui/klshistorycombo.h | 2 +- klinkstatus/src/ui/resultssearchbar.cpp | 2 +- klinkstatus/src/ui/resultssearchbar.h | 4 ++-- klinkstatus/src/ui/resultview.cpp | 2 +- klinkstatus/src/ui/resultview.h | 2 +- klinkstatus/src/ui/sessionwidget.cpp | 2 +- klinkstatus/src/ui/sessionwidget.h | 2 +- klinkstatus/src/ui/settings/configidentificationdialog.cpp | 2 +- klinkstatus/src/ui/settings/configidentificationdialog.h | 4 ++-- klinkstatus/src/ui/tablelinkstatus.cpp | 2 +- klinkstatus/src/ui/tablelinkstatus.h | 2 +- klinkstatus/src/ui/tabwidgetsession.cpp | 2 +- klinkstatus/src/ui/tabwidgetsession.h | 2 +- klinkstatus/src/ui/treeview.cpp | 2 +- klinkstatus/src/ui/treeview.h | 2 +- klinkstatus/src/utils/mvector.h | 2 +- klinkstatus/src/utils/utils.cpp | 2 +- klinkstatus/src/utils/utils.h | 2 +- klinkstatus/src/utils/xsl.cpp | 2 +- klinkstatus/src/utils/xsl.h | 4 ++-- 55 files changed, 71 insertions(+), 71 deletions(-) (limited to 'klinkstatus/src') diff --git a/klinkstatus/src/Makefile.am b/klinkstatus/src/Makefile.am index 90ef3c05..b39f1333 100644 --- a/klinkstatus/src/Makefile.am +++ b/klinkstatus/src/Makefile.am @@ -18,7 +18,7 @@ bin_PROGRAMS = klinkstatus # the application source, library search path, and link libraries klinkstatus_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP -klinkstatus_LDADD = $(LIB_KPARTS) +klinkstatus_LDADD = $(LIB_TDEPARTS) xdg_apps_DATA = klinkstatus.desktop @@ -37,7 +37,7 @@ kde_module_LTLIBRARIES = libklinkstatuspart.la libklinkstatuspart_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP libklinkstatuspart_la_LIBADD = ui/settings/libsettings.la \ ui/libui.la engine/libengine.la \ - parser/libparser.la utils/libutils.la $(LIB_KPARTS) $(LIB_TDEFILE) + parser/libparser.la utils/libutils.la $(LIB_TDEPARTS) $(LIB_TDEFILE) # this is where the desktop file will go partdesktopdir = $(kde_servicesdir) diff --git a/klinkstatus/src/actionmanager.cpp b/klinkstatus/src/actionmanager.cpp index f738b44d..5156957d 100644 --- a/klinkstatus/src/actionmanager.cpp +++ b/klinkstatus/src/actionmanager.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/actionmanager.h b/klinkstatus/src/actionmanager.h index fd77b215..15584b0c 100644 --- a/klinkstatus/src/actionmanager.h +++ b/klinkstatus/src/actionmanager.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 * @@ -30,7 +30,7 @@ class KLinkStatusPart; class TabWidgetSession; /** - @author Paulo Moura Guedes + @author Paulo Moura Guedes interface for accessing actions, popup menus etc. from widgets. */ diff --git a/klinkstatus/src/engine/linkchecker.h b/klinkstatus/src/engine/linkchecker.h index 52399377..a29d6445 100644 --- a/klinkstatus/src/engine/linkchecker.h +++ b/klinkstatus/src/engine/linkchecker.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/engine/linkfilter.cpp b/klinkstatus/src/engine/linkfilter.cpp index 27612600..1c7a3844 100644 --- a/klinkstatus/src/engine/linkfilter.cpp +++ b/klinkstatus/src/engine/linkfilter.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/engine/linkfilter.h b/klinkstatus/src/engine/linkfilter.h index 0b5af1f6..6d211aa6 100644 --- a/klinkstatus/src/engine/linkfilter.h +++ b/klinkstatus/src/engine/linkfilter.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 * @@ -23,7 +23,7 @@ #include "../ui/resultview.h" /** - @author Paulo Moura Guedes + @author Paulo Moura Guedes */ class LinkMatcher { diff --git a/klinkstatus/src/engine/linkstatus.cpp b/klinkstatus/src/engine/linkstatus.cpp index adda3b2e..76ef1451 100644 --- a/klinkstatus/src/engine/linkstatus.cpp +++ b/klinkstatus/src/engine/linkstatus.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/engine/linkstatus.h b/klinkstatus/src/engine/linkstatus.h index 118de371..927a9ebe 100644 --- a/klinkstatus/src/engine/linkstatus.h +++ b/klinkstatus/src/engine/linkstatus.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/engine/linkstatus_impl.h b/klinkstatus/src/engine/linkstatus_impl.h index 4a2e4099..5a875b2e 100644 --- a/klinkstatus/src/engine/linkstatus_impl.h +++ b/klinkstatus/src/engine/linkstatus_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/engine/searchmanager.cpp b/klinkstatus/src/engine/searchmanager.cpp index f04d5063..45fdc24b 100644 --- a/klinkstatus/src/engine/searchmanager.cpp +++ b/klinkstatus/src/engine/searchmanager.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/engine/searchmanager.h b/klinkstatus/src/engine/searchmanager.h index e5933905..c60281c7 100644 --- a/klinkstatus/src/engine/searchmanager.h +++ b/klinkstatus/src/engine/searchmanager.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/engine/searchmanager_impl.h b/klinkstatus/src/engine/searchmanager_impl.h index 736d2c10..e472ccbb 100644 --- a/klinkstatus/src/engine/searchmanager_impl.h +++ b/klinkstatus/src/engine/searchmanager_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/global.cpp b/klinkstatus/src/global.cpp index 75bf02aa..4fa6d88f 100644 --- a/klinkstatus/src/global.cpp +++ b/klinkstatus/src/global.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Paulo Moura Guedes , (C) 2004 +// Author: Paulo Moura Guedes , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/klinkstatus/src/global.h b/klinkstatus/src/global.h index 77ed23eb..a91d3b6d 100644 --- a/klinkstatus/src/global.h +++ b/klinkstatus/src/global.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Paulo Moura Guedes , (C) 2004 +// Author: Paulo Moura Guedes , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/klinkstatus/src/klinkstatus.cpp b/klinkstatus/src/klinkstatus.cpp index a1cfe5a7..f4154f3c 100644 --- a/klinkstatus/src/klinkstatus.cpp +++ b/klinkstatus/src/klinkstatus.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/klinkstatus.h b/klinkstatus/src/klinkstatus.h index 83935d64..1d2e3bdf 100644 --- a/klinkstatus/src/klinkstatus.h +++ b/klinkstatus/src/klinkstatus.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 * @@ -35,7 +35,7 @@ class TDEToggleAction; * statusbar but relies on the "Part" to do all the real work. * * @short Application Shell - * @author Paulo Moura Guedes + * @author Paulo Moura Guedes * @version 0.1.3 */ class KLinkStatus : public KParts::MainWindow diff --git a/klinkstatus/src/klinkstatus_part.cpp b/klinkstatus/src/klinkstatus_part.cpp index cf1b6122..bf8e1db7 100644 --- a/klinkstatus/src/klinkstatus_part.cpp +++ b/klinkstatus/src/klinkstatus_part.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 * @@ -186,18 +186,18 @@ TDEAboutData* KLinkStatusPart::createAboutData() { TDEAboutData * about = new TDEAboutData("klinkstatuspart", I18N_NOOP("KLinkStatus Part"), version_, description_, TDEAboutData::License_GPL_V2, - "(C) 2004 Paulo Moura Guedes", 0, 0, "moura@tdewebdev.org"); + "(C) 2004 Paulo Moura Guedes", 0, 0, "moura@kdewebdev.org"); - about->addAuthor("Paulo Moura Guedes", 0, "moura@tdewebdev.org"); + about->addAuthor("Paulo Moura Guedes", 0, "moura@kdewebdev.org"); about->addCredit("Manuel Menezes de Sequeira", 0, 0, "http://home.iscte.pt/~mms/"); about->addCredit("Gonçalo Silva", 0, "gngs@paradigma.co.pt"); about->addCredit("Nuno Monteiro", 0, 0, "http://www.itsari.org"); about->addCredit("Eric Laffoon", 0, "sequitur@kde.org"); about->addCredit("Andras Mantia", 0, "amantia@kde.org"); - about->addCredit("Michal Rudolf", 0, "mrudolf@tdewebdev.org"); + about->addCredit("Michal Rudolf", 0, "mrudolf@kdewebdev.org"); about->addCredit("Mathieu Kooiman", 0, " quanta@map-is.nl"); - about->addCredit("Jens Herden", 0, "jens@tdewebdev.org"); + about->addCredit("Jens Herden", 0, "jens@kdewebdev.org"); TDEGlobal::dirs()->addResourceType("appicon", TDEStandardDirs::kde_default("data") + "klinkstatuspart/pics/"); diff --git a/klinkstatus/src/klinkstatus_part.h b/klinkstatus/src/klinkstatus_part.h index c2e14d36..3d8a498e 100644 --- a/klinkstatus/src/klinkstatus_part.h +++ b/klinkstatus/src/klinkstatus_part.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/main.cpp b/klinkstatus/src/main.cpp index 98f6d18d..df4ef760 100644 --- a/klinkstatus/src/main.cpp +++ b/klinkstatus/src/main.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 * @@ -47,18 +47,18 @@ int main(int argc, char *argv[]) TDEAboutData about("klinkstatus", I18N_NOOP("KLinkStatus"), version, description, TDEAboutData::License_GPL_V2, "(C) 2004 Paulo Moura Guedes", 0, - "http://klinkstatus.tdewebdev.org"); + "http://klinkstatus.kdewebdev.org"); - about.addAuthor("Paulo Moura Guedes", 0, "moura@tdewebdev.org"); + about.addAuthor("Paulo Moura Guedes", 0, "moura@kdewebdev.org"); about.addCredit("Manuel Menezes de Sequeira", 0, 0, "http://home.iscte.pt/~mms/"); about.addCredit("Gonçalo Silva", 0, "gngs@paradigma.co.pt"); about.addCredit("Nuno Monteiro", 0, 0, "http://www.itsari.org"); about.addCredit("Eric Laffoon", 0, "sequitur@kde.org"); about.addCredit("Andras Mantia", 0, "amantia@kde.org"); - about.addCredit("Michal Rudolf", 0, "mrudolf@tdewebdev.org"); + about.addCredit("Michal Rudolf", 0, "mrudolf@kdewebdev.org"); about.addCredit("Mathieu Kooiman", 0, " quanta@map-is.nl"); - about.addCredit("Jens Herden", 0, "jens@tdewebdev.org"); + about.addCredit("Jens Herden", 0, "jens@kdewebdev.org"); about.addCredit("Helge Hielscher", 0, "hhielscher@unternehmen.com"); TDECmdLineArgs::init(argc, argv, &about); 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 * diff --git a/klinkstatus/src/ui/celltooltip.cpp b/klinkstatus/src/ui/celltooltip.cpp index fdf93f94..b02b7f83 100644 --- a/klinkstatus/src/ui/celltooltip.cpp +++ b/klinkstatus/src/ui/celltooltip.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/ui/celltooltip.h b/klinkstatus/src/ui/celltooltip.h index ebda6927..4f0e850d 100644 --- a/klinkstatus/src/ui/celltooltip.h +++ b/klinkstatus/src/ui/celltooltip.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/ui/documentrootdialog.cpp b/klinkstatus/src/ui/documentrootdialog.cpp index 6afb9618..888526a3 100644 --- a/klinkstatus/src/ui/documentrootdialog.cpp +++ b/klinkstatus/src/ui/documentrootdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 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/ui/documentrootdialog.h b/klinkstatus/src/ui/documentrootdialog.h index d75cb87b..0e7ef47d 100644 --- a/klinkstatus/src/ui/documentrootdialog.h +++ b/klinkstatus/src/ui/documentrootdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 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 * @@ -25,7 +25,7 @@ class KURLRequester; /** - @author Paulo Moura Guedes + @author Paulo Moura Guedes */ class DocumentRootDialog : public KDialogBase { diff --git a/klinkstatus/src/ui/klshistorycombo.cpp b/klinkstatus/src/ui/klshistorycombo.cpp index 3bfddd0d..52d884c8 100644 --- a/klinkstatus/src/ui/klshistorycombo.cpp +++ b/klinkstatus/src/ui/klshistorycombo.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Paulo Moura Guedes , (C) 2004 +// Author: Paulo Moura Guedes , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/klinkstatus/src/ui/klshistorycombo.h b/klinkstatus/src/ui/klshistorycombo.h index 06973616..2b153b82 100644 --- a/klinkstatus/src/ui/klshistorycombo.h +++ b/klinkstatus/src/ui/klshistorycombo.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Paulo Moura Guedes , (C) 2004 +// Author: Paulo Moura Guedes , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/klinkstatus/src/ui/resultssearchbar.cpp b/klinkstatus/src/ui/resultssearchbar.cpp index d5e4293d..0671c121 100644 --- a/klinkstatus/src/ui/resultssearchbar.cpp +++ b/klinkstatus/src/ui/resultssearchbar.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/ui/resultssearchbar.h b/klinkstatus/src/ui/resultssearchbar.h index 9f93857d..1c5854c9 100644 --- a/klinkstatus/src/ui/resultssearchbar.h +++ b/klinkstatus/src/ui/resultssearchbar.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 * @@ -27,7 +27,7 @@ #include "../engine/linkfilter.h" /** - @author Paulo Moura Guedes + @author Paulo Moura Guedes Based on Akregator code. Kudos ;) */ class ResultsSearchBar : public TQWidget diff --git a/klinkstatus/src/ui/resultview.cpp b/klinkstatus/src/ui/resultview.cpp index d79bffdb..cc6770a3 100644 --- a/klinkstatus/src/ui/resultview.cpp +++ b/klinkstatus/src/ui/resultview.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Paulo Moura Guedes , (C) 2004 +// Author: Paulo Moura Guedes , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // diff --git a/klinkstatus/src/ui/resultview.h b/klinkstatus/src/ui/resultview.h index 44e90390..43a52427 100644 --- a/klinkstatus/src/ui/resultview.h +++ b/klinkstatus/src/ui/resultview.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/ui/sessionwidget.cpp b/klinkstatus/src/ui/sessionwidget.cpp index 53ee3bd5..e9821eeb 100644 --- a/klinkstatus/src/ui/sessionwidget.cpp +++ b/klinkstatus/src/ui/sessionwidget.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/ui/sessionwidget.h b/klinkstatus/src/ui/sessionwidget.h index 49b5b2a3..057b2c6c 100644 --- a/klinkstatus/src/ui/sessionwidget.h +++ b/klinkstatus/src/ui/sessionwidget.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/ui/settings/configidentificationdialog.cpp b/klinkstatus/src/ui/settings/configidentificationdialog.cpp index d9e20145..31906ace 100644 --- a/klinkstatus/src/ui/settings/configidentificationdialog.cpp +++ b/klinkstatus/src/ui/settings/configidentificationdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 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/ui/settings/configidentificationdialog.h b/klinkstatus/src/ui/settings/configidentificationdialog.h index f2962eb8..b9a40fd3 100644 --- a/klinkstatus/src/ui/settings/configidentificationdialog.h +++ b/klinkstatus/src/ui/settings/configidentificationdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 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 * @@ -24,7 +24,7 @@ #include "configidentificationdialogui.h" /** - @author Paulo Moura Guedes + @author Paulo Moura Guedes */ class ConfigIdentificationDialog : public ConfigIdentificationDialogUi { diff --git a/klinkstatus/src/ui/tablelinkstatus.cpp b/klinkstatus/src/ui/tablelinkstatus.cpp index af78ca0b..fc8067a1 100644 --- a/klinkstatus/src/ui/tablelinkstatus.cpp +++ b/klinkstatus/src/ui/tablelinkstatus.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/ui/tablelinkstatus.h b/klinkstatus/src/ui/tablelinkstatus.h index dc4da321..ba7d9731 100644 --- a/klinkstatus/src/ui/tablelinkstatus.h +++ b/klinkstatus/src/ui/tablelinkstatus.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/ui/tabwidgetsession.cpp b/klinkstatus/src/ui/tabwidgetsession.cpp index dead2278..015ce4cf 100644 --- a/klinkstatus/src/ui/tabwidgetsession.cpp +++ b/klinkstatus/src/ui/tabwidgetsession.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/ui/tabwidgetsession.h b/klinkstatus/src/ui/tabwidgetsession.h index e0dfc286..22675a38 100644 --- a/klinkstatus/src/ui/tabwidgetsession.h +++ b/klinkstatus/src/ui/tabwidgetsession.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/ui/treeview.cpp b/klinkstatus/src/ui/treeview.cpp index 7dd4df3c..3ea53dc2 100644 --- a/klinkstatus/src/ui/treeview.cpp +++ b/klinkstatus/src/ui/treeview.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/ui/treeview.h b/klinkstatus/src/ui/treeview.h index 55366e0d..3ce26039 100644 --- a/klinkstatus/src/ui/treeview.h +++ b/klinkstatus/src/ui/treeview.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Paulo Moura Guedes , (C) 2004 +// Author: Paulo Moura Guedes , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // 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 * - * 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/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 * - * 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/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 * - * 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/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 * - * 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/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 * - * 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 * @@ -25,7 +25,7 @@ class XSLTPrivate; /** - @author Paulo Moura Guedes + @author Paulo Moura Guedes Taken from kopetexsl. Kudos to the Kopete team. * -- cgit v1.2.3