summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:17 +0200
commite19722342046756a90d65060c756198e31ff4457 (patch)
tree8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /src
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/kdevassistantextension.cpp2
-rw-r--r--src/kdevassistantextension.h2
-rw-r--r--src/kdevideextension.cpp2
-rw-r--r--src/kdevideextension.h2
-rw-r--r--src/languageselectwidget.cpp2
-rw-r--r--src/languageselectwidget.h2
-rw-r--r--src/main.cpp18
-rw-r--r--src/main_assistant.cpp14
-rw-r--r--src/mainwindowshare.cpp2
-rw-r--r--src/mainwindowshare.h2
-rw-r--r--src/newui/Makefile.am2
-rw-r--r--src/newui/button.cpp2
-rw-r--r--src/newui/button.h2
-rw-r--r--src/newui/buttonbar.cpp2
-rw-r--r--src/newui/buttonbar.h2
-rw-r--r--src/newui/comdefs.h2
-rw-r--r--src/newui/ddockwindow.cpp2
-rw-r--r--src/newui/ddockwindow.h2
-rw-r--r--src/newui/dmainwindow.cpp2
-rw-r--r--src/newui/dmainwindow.h2
-rw-r--r--src/newui/docksplitter.cpp2
-rw-r--r--src/newui/docksplitter.h2
-rw-r--r--src/newui/dtabwidget.cpp2
-rw-r--r--src/newui/dtabwidget.h2
-rw-r--r--src/profileengine/editor/Makefile.am2
-rw-r--r--src/profileengine/editor/main.cpp4
-rw-r--r--src/profileengine/editor/profileeditor.cpp2
-rw-r--r--src/profileengine/editor/profileeditor.h2
-rw-r--r--src/profileengine/lib/Makefile.am2
-rw-r--r--src/profileengine/lib/profile.cpp2
-rw-r--r--src/profileengine/lib/profile.h2
-rw-r--r--src/profileengine/lib/profileengine.cpp2
-rw-r--r--src/profileengine/lib/profileengine.h2
-rw-r--r--src/projectsession.cpp2
-rw-r--r--src/projectsession.h2
-rw-r--r--src/shellextension.cpp2
-rw-r--r--src/shellextension.h2
-rw-r--r--src/simplemainwindow.cpp2
-rw-r--r--src/simplemainwindow.h2
-rw-r--r--src/statusbar.cpp2
-rw-r--r--src/statusbar.h2
-rw-r--r--src/tdeconf_update/Makefile.am2
43 files changed, 59 insertions, 59 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 60cf2f3b..047e89a4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,7 +24,7 @@ bin_PROGRAMS = tdevelop kdevassistant
tdevelop_SOURCES = main.cpp kdevideextension.cpp settingswidget.ui
tdevelop_METASOURCES = AUTO
-tdevelop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner
+tdevelop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner
tdevelop_LDADD = libkdevshell.la -L../lib/interfaces/external/.libs -lkinterfacedesigner
rcdir = $(kde_datadir)/tdevelop
@@ -35,7 +35,7 @@ tdevelopdatadir = $(kde_confdir)
tdevelopdata_DATA = tdeveloprc kdevassistantrc
SUBDIRS = profiles profileengine newui tdeconf_update
-kdevassistant_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner
+kdevassistant_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner
kdevassistant_SOURCES = main_assistant.cpp kdevassistantextension.cpp
kdevassistant_LDADD = libkdevshell.la -L../lib/interfaces/external/.libs -lkinterfacedesigner
diff --git a/src/kdevassistantextension.cpp b/src/kdevassistantextension.cpp
index d973c297..ddbfb6bf 100644
--- a/src/kdevassistantextension.cpp
+++ b/src/kdevassistantextension.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@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/src/kdevassistantextension.h b/src/kdevassistantextension.h
index 4bb0377b..874cafbd 100644
--- a/src/kdevassistantextension.h
+++ b/src/kdevassistantextension.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@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/src/kdevideextension.cpp b/src/kdevideextension.cpp
index b669d717..7bfbf29f 100644
--- a/src/kdevideextension.cpp
+++ b/src/kdevideextension.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@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/src/kdevideextension.h b/src/kdevideextension.h
index 177d347b..1e25da7e 100644
--- a/src/kdevideextension.h
+++ b/src/kdevideextension.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@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/src/languageselectwidget.cpp b/src/languageselectwidget.cpp
index 38b72e2a..7a8695ff 100644
--- a/src/languageselectwidget.cpp
+++ b/src/languageselectwidget.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2003 by Harald Fernengel *
- * harry@tdevelop.org *
+ * harry@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/src/languageselectwidget.h b/src/languageselectwidget.h
index 1201fd78..75349930 100644
--- a/src/languageselectwidget.h
+++ b/src/languageselectwidget.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2003 by Harald Fernengel *
- * harry@tdevelop.org *
+ * harry@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/src/main.cpp b/src/main.cpp
index ef11d967..6f27e415 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -33,27 +33,27 @@ int main(int argc, char *argv[])
TDEAboutData aboutData("tdevelop", I18N_NOOP("TDevelop"),
VERSION, description, TDEAboutData::License_GPL,
I18N_NOOP("(c) 1999-2007, The KDevelop developers"), "", "http://www.kdevelop.org");
- aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "adymo@tdevelop.org");
+ aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "adymo@kdevelop.org");
aboutData.addAuthor("Amilcar do Carmo Lucas", I18N_NOOP("Release coordinator, API documentation, Doxygen and autoproject patches"), "amilcar@ida.ing.tu-bs.de");
- aboutData.addAuthor("David Nolden", I18N_NOOP("Advanced C++ code completion, C++ support, overall improvements"), "david.nolden.tdevelop@art-master.de");
- aboutData.addAuthor("Bernd Gehrmann", I18N_NOOP("Initial idea, basic architecture, much initial source code"), "bernd@tdevelop.org");
+ aboutData.addAuthor("David Nolden", I18N_NOOP("Advanced C++ code completion, C++ support, overall improvements"), "david.nolden.kdevelop@art-master.de");
+ aboutData.addAuthor("Bernd Gehrmann", I18N_NOOP("Initial idea, basic architecture, much initial source code"), "bernd@kdevelop.org");
aboutData.addAuthor("Caleb Tennis", I18N_NOOP("KTabBar, bugfixes"), "caleb@aei-tech.com");
aboutData.addAuthor("Richard Dale", I18N_NOOP("Java & Objective C support"), "Richard_Dale@tipitina.demon.co.uk");
- aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@tdevelop.org");
+ aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@kdevelop.org");
aboutData.addAuthor("Vladimir Prus", I18N_NOOP("Debugger frontend"), "ghost@cs.msu.su");
- aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@tdevelop.org");
+ aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@kdevelop.org");
aboutData.addAuthor("Kurt Granroth", I18N_NOOP("TDE application templates"), "kurth@granroth.org");
aboutData.addAuthor("Ian Reinhart Geiser", I18N_NOOP("Dist part, bash support, application templates"), "geiseri@yahoo.com");
aboutData.addAuthor("Matthias Hoelzer-Kluepfel", I18N_NOOP("Several components, htdig indexing"), "hoelzer@kde.org");
aboutData.addAuthor("Victor Roeder", I18N_NOOP("Help with Automake manager and persistent class store"), "victor_roeder@gmx.de");
aboutData.addAuthor("Megan Webb", I18N_NOOP("Automake manager patches, Astyle plugin update, plugin patches and improvements"),"tdeveloper.megan@gmail.com");
- aboutData.addAuthor("Harald Fernengel", I18N_NOOP("Ported to TQt 3, patches, valgrind, diff and perforce support"), "harry@tdevelop.org");
- aboutData.addAuthor("Roberto Raggi", I18N_NOOP("TQEditor component, code completion, Abbrev component, C++ support, Java support"), "roberto@tdevelop.org");
+ aboutData.addAuthor("Harald Fernengel", I18N_NOOP("Ported to TQt 3, patches, valgrind, diff and perforce support"), "harry@kdevelop.org");
+ aboutData.addAuthor("Roberto Raggi", I18N_NOOP("TQEditor component, code completion, Abbrev component, C++ support, Java support"), "roberto@kdevelop.org");
aboutData.addAuthor("Simon Hausmann", I18N_NOOP("Help with KParts infrastructure"), "hausmann@kde.org");
aboutData.addAuthor("Oliver Kellogg", I18N_NOOP("Ada support"), "okellogg@users.sourceforge.net");
aboutData.addAuthor("Andreas Pakulat", I18N_NOOP("TQMake projectmanager, TQt4 Support"), "apaku@gmx.de");
aboutData.addAuthor("Jakob Simon-Gaarde", I18N_NOOP("TQMake projectmanager"), "jsgaarde@tdcspace.dk");
- aboutData.addAuthor("F@lk Brettschneider", I18N_NOOP("MDI modes, TQEditor, bugfixes"), "falkbr@tdevelop.org");
+ aboutData.addAuthor("F@lk Brettschneider", I18N_NOOP("MDI modes, TQEditor, bugfixes"), "falkbr@kdevelop.org");
aboutData.addAuthor("Mario Scalas", I18N_NOOP("PartExplorer, redesign of CvsPart, patches, bugs(fixes)"), "mario.scalas@libero.it");
aboutData.addAuthor("Jens Dagerbo", I18N_NOOP("Replace, Bookmarks, FileList and CTags2 plugins. Overall improvements and patches"), "jens.dagerbo@swipnet.se");
aboutData.addAuthor("Julian Rockey", I18N_NOOP("Filecreate part and other bits and patches"), "linux@jrockey.com");
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
aboutData.addCredit("Yann Hodique", I18N_NOOP("Patches"), "Yann.Hodique@lifl.fr");
aboutData.addCredit("Tobias Gl\303\244\303\237er" , I18N_NOOP("Documentation Finder, qmake projectmanager patches, usability improvements, bugfixes ... "), "tobi.web@gmx.de");
aboutData.addCredit("Andreas Koepfle" , I18N_NOOP("TQMake project manager patches"), "koepfle@ti.uni-mannheim.de");
- aboutData.addCredit("Sascha Cunz" , I18N_NOOP("Cleanup and bugfixes for qEditor, AutoMake and much other stuff"), "sascha@tdevelop.org");
+ aboutData.addCredit("Sascha Cunz" , I18N_NOOP("Cleanup and bugfixes for qEditor, AutoMake and much other stuff"), "sascha@kdevelop.org");
aboutData.addCredit("Robert Gruber" , I18N_NOOP("SnippetPart, debugger and usability patches"), "rgruber@users.sourceforge.net");
aboutData.addCredit("Zoran Karavla", I18N_NOOP("Artwork for the Ruby language"), "webmaster@the-error.net", "http://the-error.net");
diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp
index f6b27273..ba2c1886 100644
--- a/src/main_assistant.cpp
+++ b/src/main_assistant.cpp
@@ -33,23 +33,23 @@ int main(int argc, char *argv[])
TDEAboutData aboutData("kdevassistant", I18N_NOOP("TDevelop Assistant"),
VERSION, description, TDEAboutData::License_GPL,
I18N_NOOP("(c) 1999-2007, The KDevelop developers"), "", "http://www.kdevelop.org");
- aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "adymo@tdevelop.org");
+ aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "adymo@kdevelop.org");
aboutData.addAuthor("Amilcar do Carmo Lucas", I18N_NOOP("Release coordinator, API documentation, Doxygen and autoproject patches"), "amilcar@ida.ing.tu-bs.de");
- aboutData.addAuthor("Bernd Gehrmann", I18N_NOOP("Initial idea, basic architecture, much initial source code"), "bernd@tdevelop.org");
+ aboutData.addAuthor("Bernd Gehrmann", I18N_NOOP("Initial idea, basic architecture, much initial source code"), "bernd@kdevelop.org");
aboutData.addAuthor("Caleb Tennis", I18N_NOOP("KTabBar, bugfixes"), "caleb@aei-tech.com");
aboutData.addAuthor("Richard Dale", I18N_NOOP("Java & Objective C support"), "Richard_Dale@tipitina.demon.co.uk");
- aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@tdevelop.org");
- aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@tdevelop.org");
+ aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@kdevelop.org");
+ aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@kdevelop.org");
aboutData.addAuthor("Kurt Granroth", I18N_NOOP("TDE application templates"), "kurth@granroth.org");
aboutData.addAuthor("Ian Reinhart Geiser", I18N_NOOP("Dist part, bash support, application templates"), "geiseri@yahoo.com");
aboutData.addAuthor("Matthias Hoelzer-Kluepfel", I18N_NOOP("Several components, htdig indexing"), "hoelzer@kde.org");
aboutData.addAuthor("Victor Roeder", I18N_NOOP("Help with Automake manager and persistent class store"), "victor_roeder@gmx.de");
- aboutData.addAuthor("Harald Fernengel", I18N_NOOP("Ported to TQt 3, patches, valgrind, diff and perforce support"), "harry@tdevelop.org");
- aboutData.addAuthor("Roberto Raggi", I18N_NOOP("TQEditor component, code completion, Abbrev component, C++ support, Java support"), "roberto@tdevelop.org");
+ aboutData.addAuthor("Harald Fernengel", I18N_NOOP("Ported to TQt 3, patches, valgrind, diff and perforce support"), "harry@kdevelop.org");
+ aboutData.addAuthor("Roberto Raggi", I18N_NOOP("TQEditor component, code completion, Abbrev component, C++ support, Java support"), "roberto@kdevelop.org");
aboutData.addAuthor("Simon Hausmann", I18N_NOOP("Help with KParts infrastructure"), "hausmann@kde.org");
aboutData.addAuthor("Oliver Kellogg", I18N_NOOP("Ada support"), "okellogg@users.sourceforge.net");
aboutData.addAuthor("Jakob Simon-Gaarde", I18N_NOOP("TQMake projectmanager"), "jsgaarde@tdcspace.dk");
- aboutData.addAuthor("F@lk Brettschneider", I18N_NOOP("MDI modes, TQEditor, bugfixes"), "falkbr@tdevelop.org");
+ aboutData.addAuthor("F@lk Brettschneider", I18N_NOOP("MDI modes, TQEditor, bugfixes"), "falkbr@kdevelop.org");
aboutData.addAuthor("Mario Scalas", I18N_NOOP("PartExplorer, redesign of CvsPart, patches, bugs(fixes)"), "mario.scalas@libero.it");
aboutData.addAuthor("Jens Dagerbo", I18N_NOOP("Replace, Bookmarks, FileList and CTags2 plugins. Overall improvements and patches"), "jens.dagerbo@swipnet.se");
aboutData.addAuthor("Julian Rockey", I18N_NOOP("Filecreate part and other bits and patches"), "linux@jrockey.com");
diff --git a/src/mainwindowshare.cpp b/src/mainwindowshare.cpp
index c77f05ac..a06dba14 100644
--- a/src/mainwindowshare.cpp
+++ b/src/mainwindowshare.cpp
@@ -3,7 +3,7 @@
-------------------
begin : 19 Dec 2002
copyright : (C) 2002 by Falk Brettschneider
- email : falk@tdevelop.org
+ email : falk@kdevelop.org
***************************************************************************/
/***************************************************************************
diff --git a/src/mainwindowshare.h b/src/mainwindowshare.h
index c10b9b0e..a9ec620a 100644
--- a/src/mainwindowshare.h
+++ b/src/mainwindowshare.h
@@ -3,7 +3,7 @@
-------------------
begin : 19 Dec 2002
copyright : (C) 2002 by Falk Brettschneider
- email : falk@tdevelop.org
+ email : falk@kdevelop.org
***************************************************************************/
/***************************************************************************
diff --git a/src/newui/Makefile.am b/src/newui/Makefile.am
index f0350311..d30e3610 100644
--- a/src/newui/Makefile.am
+++ b/src/newui/Makefile.am
@@ -11,4 +11,4 @@ libd_la_LDFLAGS = $(all_libraries)
noinst_HEADERS = dmainwindow.h ddockwindow.h buttonbar.h button.h comdefs.h docksplitter.h dtabwidget.h
libd_la_SOURCES = dmainwindow.cpp buttonbar.cpp \
button.cpp ddockwindow.cpp docksplitter.cpp dtabwidget.cpp
-libd_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
+libd_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
diff --git a/src/newui/button.cpp b/src/newui/button.cpp
index 83fa358d..930ce733 100644
--- a/src/newui/button.cpp
+++ b/src/newui/button.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/button.h b/src/newui/button.h
index 4d816788..63d0da59 100644
--- a/src/newui/button.h
+++ b/src/newui/button.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/buttonbar.cpp b/src/newui/buttonbar.cpp
index 0218a2dc..554870ef 100644
--- a/src/newui/buttonbar.cpp
+++ b/src/newui/buttonbar.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/buttonbar.h b/src/newui/buttonbar.h
index 2732ac50..f0ae292b 100644
--- a/src/newui/buttonbar.h
+++ b/src/newui/buttonbar.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/comdefs.h b/src/newui/comdefs.h
index c2456702..d71694e1 100644
--- a/src/newui/comdefs.h
+++ b/src/newui/comdefs.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/ddockwindow.cpp b/src/newui/ddockwindow.cpp
index 11e917e1..88f25d18 100644
--- a/src/newui/ddockwindow.cpp
+++ b/src/newui/ddockwindow.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/ddockwindow.h b/src/newui/ddockwindow.h
index 10727f22..4190958a 100644
--- a/src/newui/ddockwindow.h
+++ b/src/newui/ddockwindow.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/dmainwindow.cpp b/src/newui/dmainwindow.cpp
index da13b636..3517ab6c 100644
--- a/src/newui/dmainwindow.cpp
+++ b/src/newui/dmainwindow.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/dmainwindow.h b/src/newui/dmainwindow.h
index 37caa50d..7ccb51f6 100644
--- a/src/newui/dmainwindow.h
+++ b/src/newui/dmainwindow.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/docksplitter.cpp b/src/newui/docksplitter.cpp
index 26fd4a71..6cfa9445 100644
--- a/src/newui/docksplitter.cpp
+++ b/src/newui/docksplitter.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/docksplitter.h b/src/newui/docksplitter.h
index b4bf05c9..c61f6c91 100644
--- a/src/newui/docksplitter.h
+++ b/src/newui/docksplitter.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/dtabwidget.cpp b/src/newui/dtabwidget.cpp
index 56610b46..1480785a 100644
--- a/src/newui/dtabwidget.cpp
+++ b/src/newui/dtabwidget.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/newui/dtabwidget.h b/src/newui/dtabwidget.h
index 22d861b5..4d7b6f7f 100644
--- a/src/newui/dtabwidget.h
+++ b/src/newui/dtabwidget.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/profileengine/editor/Makefile.am b/src/profileengine/editor/Makefile.am
index 987eaed2..26f69be6 100644
--- a/src/profileengine/editor/Makefile.am
+++ b/src/profileengine/editor/Makefile.am
@@ -16,7 +16,7 @@ bin_PROGRAMS = kdevprofileeditor
kdevprofileeditor_LDFLAGS = $(all_libraries)
kdevprofileeditor_LDADD = \
$(top_builddir)/src/profileengine/lib/libprofileengine.la libprofileeditor.la \
- $(LIB_TDEUI) $(LIB_KIO)
+ $(LIB_TDEUI) $(LIB_TDEIO)
kdevprofileeditor_SOURCES = main.cpp
diff --git a/src/profileengine/editor/main.cpp b/src/profileengine/editor/main.cpp
index 4111961b..46d128f3 100644
--- a/src/profileengine/editor/main.cpp
+++ b/src/profileengine/editor/main.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@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 *
@@ -32,7 +32,7 @@ int main(int argc, char **argv)
{
TDEAboutData about("kdevprofileeditor", I18N_NOOP("TDevelop Profile Editor"), "1", "",
TDEAboutData::License_GPL, I18N_NOOP("(c) 2004, The KDevelop Developers"), 0, 0, "");
- about.addAuthor("Alexander Dymo", 0, "adymo@tdevelop.org");
+ about.addAuthor("Alexander Dymo", 0, "adymo@kdevelop.org");
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions(options);
diff --git a/src/profileengine/editor/profileeditor.cpp b/src/profileengine/editor/profileeditor.cpp
index 0fa5d5fe..98913b10 100644
--- a/src/profileengine/editor/profileeditor.cpp
+++ b/src/profileengine/editor/profileeditor.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> *
+ * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/profileengine/editor/profileeditor.h b/src/profileengine/editor/profileeditor.h
index 7c54ea71..45763d98 100644
--- a/src/profileengine/editor/profileeditor.h
+++ b/src/profileengine/editor/profileeditor.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> *
+ * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/profileengine/lib/Makefile.am b/src/profileengine/lib/Makefile.am
index e3b29560..08b6e7ad 100644
--- a/src/profileengine/lib/Makefile.am
+++ b/src/profileengine/lib/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/lib/external_interfaces \
METASOURCES = AUTO
lib_LTLIBRARIES = libprofileengine.la
libprofileengine_la_LDFLAGS = $(all_libraries)
-libprofileengine_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_KIO)
+libprofileengine_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO)
libprofileengine_la_SOURCES = profileengine.cpp profile.cpp
profileincludedir = $(includedir)/tdevelop/shell/profileengine
diff --git a/src/profileengine/lib/profile.cpp b/src/profileengine/lib/profile.cpp
index db6cb3fc..c2449374 100644
--- a/src/profileengine/lib/profile.cpp
+++ b/src/profileengine/lib/profile.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> *
+ * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/profileengine/lib/profile.h b/src/profileengine/lib/profile.h
index dcdc369b..251fa9c8 100644
--- a/src/profileengine/lib/profile.h
+++ b/src/profileengine/lib/profile.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> *
+ * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/profileengine/lib/profileengine.cpp b/src/profileengine/lib/profileengine.cpp
index 51131566..fd4d06fa 100644
--- a/src/profileengine/lib/profileengine.cpp
+++ b/src/profileengine/lib/profileengine.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> *
+ * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/profileengine/lib/profileengine.h b/src/profileengine/lib/profileengine.h
index 0cf66d7d..36d85697 100644
--- a/src/profileengine/lib/profileengine.h
+++ b/src/profileengine/lib/profileengine.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> *
+ * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/projectsession.cpp b/src/projectsession.cpp
index 4db00f06..afdaf0b5 100644
--- a/src/projectsession.cpp
+++ b/src/projectsession.cpp
@@ -3,7 +3,7 @@
-------------------
begin : 30 Nov 2002
copyright : (C) 2002 by Falk Brettschneider
- email : falk@tdevelop.org
+ email : falk@kdevelop.org
***************************************************************************/
/***************************************************************************
diff --git a/src/projectsession.h b/src/projectsession.h
index a5596558..e386bdbc 100644
--- a/src/projectsession.h
+++ b/src/projectsession.h
@@ -3,7 +3,7 @@
-------------------
begin : 30 Nov 2002
copyright : (C) 2002 by Falk Brettschneider
- email : falk@tdevelop.org
+ email : falk@kdevelop.org
***************************************************************************/
/***************************************************************************
diff --git a/src/shellextension.cpp b/src/shellextension.cpp
index 931cc603..62572767 100644
--- a/src/shellextension.cpp
+++ b/src/shellextension.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@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/src/shellextension.h b/src/shellextension.h
index 807d0b14..1b791b21 100644
--- a/src/shellextension.h
+++ b/src/shellextension.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@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/src/simplemainwindow.cpp b/src/simplemainwindow.cpp
index 45545089..3c9db000 100644
--- a/src/simplemainwindow.cpp
+++ b/src/simplemainwindow.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/simplemainwindow.h b/src/simplemainwindow.h
index a060a0af..7dbf5695 100644
--- a/src/simplemainwindow.h
+++ b/src/simplemainwindow.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/src/statusbar.cpp b/src/statusbar.cpp
index 65c6c819..b4e11769 100644
--- a/src/statusbar.cpp
+++ b/src/statusbar.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/src/statusbar.h b/src/statusbar.h
index b8cfeb29..2f5370ef 100644
--- a/src/statusbar.h
+++ b/src/statusbar.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@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/src/tdeconf_update/Makefile.am b/src/tdeconf_update/Makefile.am
index d256951b..f806baa2 100644
--- a/src/tdeconf_update/Makefile.am
+++ b/src/tdeconf_update/Makefile.am
@@ -11,7 +11,7 @@ tdeconf_PROGRAMS = kdev-gen-settings-tdeconf_update
tdeconfdir = $(libdir)/tdeconf_update_bin
kdev_gen_settings_tdeconf_update_SOURCES = kdev-gen-settings-tdeconf_update.cpp
-kdev_gen_settings_tdeconf_update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+kdev_gen_settings_tdeconf_update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kdev_gen_settings_tdeconf_update_LDADD = $(LIB_QT)
# vim: set noet: