From ffa67ac75582192196cb70f866f6bfa00586542a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:35 -0600 Subject: Additional renaming of kde to tde --- klinkstatus/src/actionmanager.cpp | 4 ++-- 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 | 12 ++++++------ 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 | 4 ++-- 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 ++-- 54 files changed, 72 insertions(+), 72 deletions(-) (limited to 'klinkstatus/src') diff --git a/klinkstatus/src/actionmanager.cpp b/klinkstatus/src/actionmanager.cpp index 3026736b..62150888 100644 --- a/klinkstatus/src/actionmanager.cpp +++ b/klinkstatus/src/actionmanager.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@kdewebdev.org * + * moura@tdewebdev.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 * @@ -141,7 +141,7 @@ void ActionManager::initTabWidget(TabWidgetSession* tabWidgetSession) // this action must be in the tabwidget because the slot can't be connected to a particular sessionWidget KToggleAction* toggle_action = new KToggleAction(i18n("&Follow last Link checked"), - "make_kdevelop", "Ctrl+f", + "make_tdevelop", "Ctrl+f", TQT_TQOBJECT(d->tabWidgetSession), TQT_SLOT(slotFollowLastLinkChecked()), TQT_TQOBJECT(d->actionCollection), "follow_last_link_checked"); toggle_action->setChecked(KLSConfig::followLastLinkChecked()); diff --git a/klinkstatus/src/actionmanager.h b/klinkstatus/src/actionmanager.h index bd9fdd7f..a1d22492 100644 --- a/klinkstatus/src/actionmanager.h +++ b/klinkstatus/src/actionmanager.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@kdewebdev.org * + * moura@tdewebdev.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 9b13d210..7eca50c8 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@kdewebdev.org * + * moura@tdewebdev.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 fe4020fe..a626b5f8 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@kdewebdev.org * + * moura@tdewebdev.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 908649d2..a47a37c8 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@kdewebdev.org * + * moura@tdewebdev.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 ac70b73e..e41bba75 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@kdewebdev.org * + * moura@tdewebdev.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 dddf320e..3880791f 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@kdewebdev.org * + * moura@tdewebdev.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 3b1b3062..f8d6bfd5 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@kdewebdev.org * + * moura@tdewebdev.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 282a2de8..6ca04b3a 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@kdewebdev.org * + * moura@tdewebdev.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 bee819da..d2414cfe 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@kdewebdev.org * + * moura@tdewebdev.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 20000390..947e98ff 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@kdewebdev.org * + * moura@tdewebdev.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 89a852a7..f572aacb 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 27832ab1..70cab19a 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 6c8a8dbe..902ebe0f 100644 --- a/klinkstatus/src/klinkstatus.cpp +++ b/klinkstatus/src/klinkstatus.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@kdewebdev.org * + * moura@tdewebdev.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 02463f81..b962295d 100644 --- a/klinkstatus/src/klinkstatus.h +++ b/klinkstatus/src/klinkstatus.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@kdewebdev.org * + * moura@tdewebdev.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 KToggleAction; * 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 6d8df6a8..f354bbdb 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@kdewebdev.org * + * moura@tdewebdev.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 @@ KAboutData* KLinkStatusPart::createAboutData() { KAboutData * about = new KAboutData("klinkstatuspart", I18N_NOOP("KLinkStatus Part"), version_, description_, KAboutData::License_GPL_V2, - "(C) 2004 Paulo Moura Guedes", 0, 0, "moura@kdewebdev.org"); + "(C) 2004 Paulo Moura Guedes", 0, 0, "moura@tdewebdev.org"); - about->addAuthor("Paulo Moura Guedes", 0, "moura@kdewebdev.org"); + about->addAuthor("Paulo Moura Guedes", 0, "moura@tdewebdev.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@kdewebdev.org"); + about->addCredit("Michal Rudolf", 0, "mrudolf@tdewebdev.org"); about->addCredit("Mathieu Kooiman", 0, " quanta@map-is.nl"); - about->addCredit("Jens Herden", 0, "jens@kdewebdev.org"); + about->addCredit("Jens Herden", 0, "jens@tdewebdev.org"); KGlobal::dirs()->addResourceType("appicon", KStandardDirs::kde_default("data") + "klinkstatuspart/pics/"); diff --git a/klinkstatus/src/klinkstatus_part.h b/klinkstatus/src/klinkstatus_part.h index 60988054..f66069a9 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@kdewebdev.org * + * moura@tdewebdev.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 8f5f1f95..e5f292f9 100644 --- a/klinkstatus/src/main.cpp +++ b/klinkstatus/src/main.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@kdewebdev.org * + * moura@tdewebdev.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 * @@ -31,7 +31,7 @@ using namespace std; static const char description[] = - I18N_NOOP("A Link Checker.\n\nKLinkStatus belongs to the kdewebdev module from KDE."); + I18N_NOOP("A Link Checker.\n\nKLinkStatus belongs to the tdewebdev module from KDE."); static const char version[] = "0.3.2"; @@ -47,18 +47,18 @@ int main(int argc, char *argv[]) KAboutData about("klinkstatus", I18N_NOOP("KLinkStatus"), version, description, KAboutData::License_GPL_V2, "(C) 2004 Paulo Moura Guedes", 0, - "http://klinkstatus.kdewebdev.org"); + "http://klinkstatus.tdewebdev.org"); - about.addAuthor("Paulo Moura Guedes", 0, "moura@kdewebdev.org"); + about.addAuthor("Paulo Moura Guedes", 0, "moura@tdewebdev.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@kdewebdev.org"); + about.addCredit("Michal Rudolf", 0, "mrudolf@tdewebdev.org"); about.addCredit("Mathieu Kooiman", 0, " quanta@map-is.nl"); - about.addCredit("Jens Herden", 0, "jens@kdewebdev.org"); + about.addCredit("Jens Herden", 0, "jens@tdewebdev.org"); about.addCredit("Helge Hielscher", 0, "hhielscher@unternehmen.com"); KCmdLineArgs::init(argc, argv, &about); diff --git a/klinkstatus/src/parser/htmlparser.cpp b/klinkstatus/src/parser/htmlparser.cpp index 759553e1..8c653c89 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@kdewebdev.org * + * moura@tdewebdev.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 c9e5ef10..faa5d7a1 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@kdewebdev.org * + * moura@tdewebdev.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 6e086739..484f994c 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@kdewebdev.org * + * moura@tdewebdev.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 2ad81012..8c9c4cae 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@kdewebdev.org * + * moura@tdewebdev.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 aa2cdec7..8c98fdaa 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@kdewebdev.org * + * moura@tdewebdev.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 808fe060..301eda17 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@kdewebdev.org * + * moura@tdewebdev.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 f83031c8..0b083761 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@kdewebdev.org * + * moura@tdewebdev.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 c3ecdcaa..31937508 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@kdewebdev.org * + * moura@tdewebdev.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 bd62104b..658d66f6 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@kdewebdev.org * + * moura@tdewebdev.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 8ba29138..814acfd2 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@kdewebdev.org * + * moura@tdewebdev.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 fbfeb952..574f4fa5 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@kdewebdev.org * + * moura@tdewebdev.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 b02b7f83..fdf93f94 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@kdewebdev.org * + * moura@tdewebdev.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 4f0e850d..ebda6927 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@kdewebdev.org * + * moura@tdewebdev.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 8c55519e..b1563285 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@kdewebdev.org * + * moura@tdewebdev.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 a78d7009..0f1f70ff 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@kdewebdev.org * + * moura@tdewebdev.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 89e622ef..1267671d 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 // @@ -129,7 +129,7 @@ void KLSHistoryCombo::selectWord(TQKeyEvent *e) int pos_old = pos; int count = 0; - // TODO: make these a parameter when in kdelibs/tdeui... + // TODO: make these a parameter when in tdelibs/tdeui... TQValueList chars; chars << TQChar('/') << TQChar('.') << TQChar('?') << TQChar('#') << TQChar(':'); bool allow_space_break = true; diff --git a/klinkstatus/src/ui/klshistorycombo.h b/klinkstatus/src/ui/klshistorycombo.h index 26c0e652..45192d6e 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 a3ff7ae1..b19f7764 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@kdewebdev.org * + * moura@tdewebdev.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 c177c5aa..c99b1da1 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@kdewebdev.org * + * moura@tdewebdev.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 32c9e527..507d06e3 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 5c614fbf..842ed68b 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@kdewebdev.org * + * moura@tdewebdev.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 970ec7c6..87831ffc 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@kdewebdev.org * + * moura@tdewebdev.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 93fdca70..d171cc37 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@kdewebdev.org * + * moura@tdewebdev.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 f2675d81..3abc7e2f 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@kdewebdev.org * + * moura@tdewebdev.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 da260180..f0709bed 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@kdewebdev.org * + * moura@tdewebdev.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 90eff9b6..6aef2c97 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@kdewebdev.org * + * moura@tdewebdev.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 a8aebf8d..d3113ee0 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@kdewebdev.org * + * moura@tdewebdev.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 fedbe573..7502d58b 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@kdewebdev.org * + * moura@tdewebdev.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 1632fc9a..4c83ba49 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@kdewebdev.org * + * moura@tdewebdev.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 1d8f546e..21bcdf02 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@kdewebdev.org * + * moura@tdewebdev.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 05862bd4..6b48cc63 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 e48cfda3..3628d7de 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@kdewebdev.org * + * moura@tdewebdev.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 25384b4b..58f6207a 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@kdewebdev.org * + * moura@tdewebdev.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 f44d94c4..4abf9314 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@kdewebdev.org * + * moura@tdewebdev.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 03c1a6a0..4a04834b 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@kdewebdev.org * + * moura@tdewebdev.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 0760ae1b..4f2468e7 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@kdewebdev.org * + * moura@tdewebdev.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.1