summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools')
-rw-r--r--buildtools/autotools/Makefile.am2
-rw-r--r--buildtools/autotools/README.dox8
-rw-r--r--buildtools/autotools/addapplicationdlg.cpp2
-rw-r--r--buildtools/autotools/addapplicationdlg.h2
-rw-r--r--buildtools/autotools/addfiledlg.cpp2
-rw-r--r--buildtools/autotools/addfiledlg.h2
-rw-r--r--buildtools/autotools/addicondlg.cpp6
-rw-r--r--buildtools/autotools/addicondlg.h2
-rw-r--r--buildtools/autotools/addprefixdlg.cpp4
-rw-r--r--buildtools/autotools/addprefixdlg.h2
-rw-r--r--buildtools/autotools/addservicedlg.cpp4
-rw-r--r--buildtools/autotools/addservicedlg.h2
-rw-r--r--buildtools/autotools/addsubprojectdlg.cpp2
-rw-r--r--buildtools/autotools/addsubprojectdlg.h2
-rw-r--r--buildtools/autotools/addtargetdlg.cpp4
-rw-r--r--buildtools/autotools/addtargetdlg.h2
-rw-r--r--buildtools/autotools/addtranslationdlg.cpp4
-rw-r--r--buildtools/autotools/addtranslationdlg.h2
-rw-r--r--buildtools/autotools/autodetailsview.cpp2
-rw-r--r--buildtools/autotools/autolistviewitems.cpp2
-rw-r--r--buildtools/autotools/autolistviewitems.h2
-rw-r--r--buildtools/autotools/autoprojectpart.cpp12
-rw-r--r--buildtools/autotools/autoprojectpart.h2
-rw-r--r--buildtools/autotools/autoprojectwidget.cpp2
-rw-r--r--buildtools/autotools/autoprojectwidget.h2
-rw-r--r--buildtools/autotools/autosubprojectview.cpp8
-rw-r--r--buildtools/autotools/choosetargetdialog.cpp4
-rw-r--r--buildtools/autotools/configureoptionswidget.cpp2
-rw-r--r--buildtools/autotools/configureoptionswidget.h2
-rw-r--r--buildtools/autotools/fileselectorwidget.h2
-rw-r--r--buildtools/autotools/managecustomcommand.cpp2
-rw-r--r--buildtools/autotools/managecustomcommand.h2
-rw-r--r--buildtools/autotools/misc.cpp8
-rw-r--r--buildtools/autotools/misc.h2
-rw-r--r--buildtools/autotools/removefiledlg.cpp2
-rw-r--r--buildtools/autotools/removefiledlg.h2
-rw-r--r--buildtools/autotools/removetargetdlg.cpp2
-rw-r--r--buildtools/autotools/subprojectoptionsdlg.cpp2
-rw-r--r--buildtools/autotools/subprojectoptionsdlg.h2
-rw-r--r--buildtools/autotools/targetoptionsdlg.cpp2
-rw-r--r--buildtools/autotools/targetoptionsdlg.h2
41 files changed, 62 insertions, 62 deletions
diff --git a/buildtools/autotools/Makefile.am b/buildtools/autotools/Makefile.am
index 5972b662..eeebdfa2 100644
--- a/buildtools/autotools/Makefile.am
+++ b/buildtools/autotools/Makefile.am
@@ -12,7 +12,7 @@ libkdevautoproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevautoproject_la_LIBADD = \
$(top_builddir)/buildtools/lib/base/libkdevbuildbase.la \
$(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la \
- $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(top_builddir)/lib/libkdevelop.la
+ $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(top_builddir)/lib/libtdevelop.la
libkdevautoproject_la_SOURCES = autoprojectpart.cpp autoprojectwidget.cpp \
configureoptionswidget.cpp configureoptionswidgetbase.ui subprojectoptionsdlg.cpp \
diff --git a/buildtools/autotools/README.dox b/buildtools/autotools/README.dox
index acad3e64..34cb31d5 100644
--- a/buildtools/autotools/README.dox
+++ b/buildtools/autotools/README.dox
@@ -3,7 +3,7 @@ Autoprojectpart is a projectmanager for Automake based projects.
Loads and maintains Makefile.am files.
-\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
+\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a>
\maintainer <a href="mailto:victor_roeder AT gmx.de">Victor Röder</a>
\maintainer <a href="mailto:a.lucas AT tu-bs.de">Amilcar do Carmo Lucas</a>
@@ -15,9 +15,9 @@ reconfigure subprojects**.
\feature Unsupported automake features will be left unchanged
(hopefully), no major testing has been run yet (at least not by myself).
-\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=autoproject&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number"> autoproject component at Bugzilla database</a>
+\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=autoproject&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number"> autoproject component at Bugzilla database</a>
\bug Lower Automake Manager view does not update it's view when adding a subproject (and targets, etc to the new subproject)
-\bug If removing the Active Target, update the .kdevelop file, too!
+\bug If removing the Active Target, update the .tdevelop file, too!
\note
@@ -34,6 +34,6 @@ with this configuration the "Automake Manager" doesn't insert the menuentry "exe
and doesn't show the "Run Options" in the project configuration.<br>
Now you can implement this features with your own special plugin.
For an example please look at the projects generated for GBA using the VisualBoy Advance Plugin.
-This plugin starts a GBA binary with an emulator. -- <a href="mailto:smeier AT kdevelop.org">Sandy Meier</a>
+This plugin starts a GBA binary with an emulator. -- <a href="mailto:smeier AT tdevelop.org">Sandy Meier</a>
*/
diff --git a/buildtools/autotools/addapplicationdlg.cpp b/buildtools/autotools/addapplicationdlg.cpp
index f0cd3693..e6bdc20d 100644
--- a/buildtools/autotools/addapplicationdlg.cpp
+++ b/buildtools/autotools/addapplicationdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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/buildtools/autotools/addapplicationdlg.h b/buildtools/autotools/addapplicationdlg.h
index 3e2645ea..c595c931 100644
--- a/buildtools/autotools/addapplicationdlg.h
+++ b/buildtools/autotools/addapplicationdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/addfiledlg.cpp b/buildtools/autotools/addfiledlg.cpp
index 56df4998..34108fb3 100644
--- a/buildtools/autotools/addfiledlg.cpp
+++ b/buildtools/autotools/addfiledlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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/buildtools/autotools/addfiledlg.h b/buildtools/autotools/addfiledlg.h
index 7cbfecec..55e5f7ee 100644
--- a/buildtools/autotools/addfiledlg.h
+++ b/buildtools/autotools/addfiledlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/addicondlg.cpp b/buildtools/autotools/addicondlg.cpp
index 509a913b..81d0d859 100644
--- a/buildtools/autotools/addicondlg.cpp
+++ b/buildtools/autotools/addicondlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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 *
@@ -19,7 +19,7 @@
#include <kprocess.h>
#include <kstandarddirs.h>
#include <kicontheme.h>
-#include <kdeversion.h> // fix me!
+#include <tdeversion.h> // fix me!
#include "autolistviewitems.h"
@@ -57,7 +57,7 @@ AddIconDialog::AddIconDialog(AutoProjectPart *part, AutoProjectWidget *widget,
somethingChanged();
- setIcon ( SmallIcon ( "iconadd_kdevelop" ) );
+ setIcon ( SmallIcon ( "iconadd_tdevelop" ) );
m_part = part;
m_widget = widget;
diff --git a/buildtools/autotools/addicondlg.h b/buildtools/autotools/addicondlg.h
index bfbe1576..8dbddfd4 100644
--- a/buildtools/autotools/addicondlg.h
+++ b/buildtools/autotools/addicondlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/addprefixdlg.cpp b/buildtools/autotools/addprefixdlg.cpp
index e4fc3cf1..4c2f1493 100644
--- a/buildtools/autotools/addprefixdlg.cpp
+++ b/buildtools/autotools/addprefixdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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 *
@@ -18,7 +18,7 @@
#include <kfiledialog.h>
#include <klocale.h>
#include <kstdguiitem.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
AddPrefixDialog::AddPrefixDialog( const TQString& nameEdit, const TQString& pathEdit,
TQWidget *parent, const char *name)
diff --git a/buildtools/autotools/addprefixdlg.h b/buildtools/autotools/addprefixdlg.h
index 99244eac..d23cb656 100644
--- a/buildtools/autotools/addprefixdlg.h
+++ b/buildtools/autotools/addprefixdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/addservicedlg.cpp b/buildtools/autotools/addservicedlg.cpp
index 67a9f213..ccc10ec2 100644
--- a/buildtools/autotools/addservicedlg.cpp
+++ b/buildtools/autotools/addservicedlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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 *
@@ -58,7 +58,7 @@ AddServiceDialog::AddServiceDialog(AutoProjectWidget *widget, SubprojectItem *sp
if (!(*it)->isType(KST_KMimeType))
new TQListViewItem(availtypes_listview, (*it)->name());
- setIcon ( SmallIcon ( "servicenew_kdevelop.png" ) );
+ setIcon ( SmallIcon ( "servicenew_tdevelop.png" ) );
}
diff --git a/buildtools/autotools/addservicedlg.h b/buildtools/autotools/addservicedlg.h
index c72a624f..4684a4f0 100644
--- a/buildtools/autotools/addservicedlg.h
+++ b/buildtools/autotools/addservicedlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/addsubprojectdlg.cpp b/buildtools/autotools/addsubprojectdlg.cpp
index 80cc5040..f156a5e1 100644
--- a/buildtools/autotools/addsubprojectdlg.cpp
+++ b/buildtools/autotools/addsubprojectdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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/buildtools/autotools/addsubprojectdlg.h b/buildtools/autotools/addsubprojectdlg.h
index 18c0f739..57e3a105 100644
--- a/buildtools/autotools/addsubprojectdlg.h
+++ b/buildtools/autotools/addsubprojectdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/addtargetdlg.cpp b/buildtools/autotools/addtargetdlg.cpp
index 01cb0a21..868cc504 100644
--- a/buildtools/autotools/addtargetdlg.cpp
+++ b/buildtools/autotools/addtargetdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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 *
@@ -52,7 +52,7 @@ AddTargetDialog::AddTargetDialog(AutoProjectWidget *widget, SubprojectItem *item
connect( filename_edit, TQT_SIGNAL( textChanged(const TQString&) ), this, TQT_SLOT( slotFileNameChanged (const TQString&) ) );
- setIcon ( SmallIcon ( "targetnew_kdevelop.png" ) );
+ setIcon ( SmallIcon ( "targetnew_tdevelop.png" ) );
canonicalLabel->setText ( TQString() );
}
diff --git a/buildtools/autotools/addtargetdlg.h b/buildtools/autotools/addtargetdlg.h
index 5661651d..f89ecabd 100644
--- a/buildtools/autotools/addtargetdlg.h
+++ b/buildtools/autotools/addtargetdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/addtranslationdlg.cpp b/buildtools/autotools/addtranslationdlg.cpp
index 11bf9a86..9962aeb2 100644
--- a/buildtools/autotools/addtranslationdlg.cpp
+++ b/buildtools/autotools/addtranslationdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kstdguiitem.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include "misc.h"
#include "autoprojectpart.h"
diff --git a/buildtools/autotools/addtranslationdlg.h b/buildtools/autotools/addtranslationdlg.h
index 954288ba..a52ab144 100644
--- a/buildtools/autotools/addtranslationdlg.h
+++ b/buildtools/autotools/addtranslationdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999 by Sandy Meier *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/autodetailsview.cpp b/buildtools/autotools/autodetailsview.cpp
index 4408a6b6..45d0886e 100644
--- a/buildtools/autotools/autodetailsview.cpp
+++ b/buildtools/autotools/autodetailsview.cpp
@@ -207,7 +207,7 @@ void AutoDetailsView::initActions()
addExistingFileAction->plug( m_button2 );
addExistingFileAction->setEnabled( false );
- addIconAction = new KAction( i18n( "Add Icon..." ), "iconadd_kdevelop", 0,
+ addIconAction = new KAction( i18n( "Add Icon..." ), "iconadd_tdevelop", 0,
TQT_TQOBJECT(this), TQT_SLOT( slotAddIcon() ), actions, "add icon" );
addIconAction->setWhatsThis(i18n("<b>Add icon</b><p>Adds an icon to a KDEICON target."));
diff --git a/buildtools/autotools/autolistviewitems.cpp b/buildtools/autotools/autolistviewitems.cpp
index f9860490..6ffa69a0 100644
--- a/buildtools/autotools/autolistviewitems.cpp
+++ b/buildtools/autotools/autolistviewitems.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.org *
* *
* Copyright (C) 2002 by Victor Rder *
* victor_roeder@gmx.de *
diff --git a/buildtools/autotools/autolistviewitems.h b/buildtools/autotools/autolistviewitems.h
index 116d316c..0dc28dc5 100644
--- a/buildtools/autotools/autolistviewitems.h
+++ b/buildtools/autotools/autolistviewitems.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.org *
* *
* Copyright (C) 2002 by Victor Röder *
* victor_roeder@gmx.de *
diff --git a/buildtools/autotools/autoprojectpart.cpp b/buildtools/autotools/autoprojectpart.cpp
index bb9a2e68..7f17cb6d 100644
--- a/buildtools/autotools/autoprojectpart.cpp
+++ b/buildtools/autotools/autoprojectpart.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* Copyright (C) 2002 by Victor Roeder *
* victor_roeder@gmx.de *
@@ -40,7 +40,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kparts/part.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kprocess.h>
#include <domutil.h>
@@ -100,7 +100,7 @@ AutoProjectPart::AutoProjectPart(TQObject *parent, const char *name, const TQStr
if (!m_isKDE)
action->setEnabled(false);
- action = new KAction( i18n("&Build Project"), "make_kdevelop", Key_F8,
+ action = new KAction( i18n("&Build Project"), "make_tdevelop", Key_F8,
this, TQT_SLOT(slotBuild()),
actionCollection(), "build_build" );
action->setToolTip(i18n("Build project"));
@@ -109,7 +109,7 @@ AutoProjectPart::AutoProjectPart(TQObject *parent, const char *name, const TQStr
"in the project settings dialog, <b>Make Options</b> tab."));
action->setGroup("autotools");
- action = new KAction( i18n("Build &Active Target"), "make_kdevelop", Key_F7,
+ action = new KAction( i18n("Build &Active Target"), "make_tdevelop", Key_F7,
this, TQT_SLOT(slotBuildActiveTarget()),
actionCollection(), "build_buildactivetarget" );
action->setToolTip(i18n("Build active target"));
@@ -119,7 +119,7 @@ AutoProjectPart::AutoProjectPart(TQObject *parent, const char *name, const TQStr
"in the project settings dialog, <b>Make Options</b> tab."));
action->setGroup("autotools");
- action = new KAction( i18n("Compile &File"), "make_kdevelop",
+ action = new KAction( i18n("Compile &File"), "make_tdevelop",
this, TQT_SLOT(slotCompileFile()),
actionCollection(), "build_compilefile" );
action->setToolTip(i18n("Compile file"));
@@ -299,7 +299,7 @@ void AutoProjectPart::openProject(const TQString &dirName, const TQString &proje
KMessageBox::information( m_widget, i18n("No active target specified, running the application will\n"
"not work until you make a target active in the Automake Manager\n"
"on the right side or use the Main Program options under\n"
- "Project -> Project Options -> Run Options"), i18n("No active target specified"), "kdevelop_open_project_no_active_target");
+ "Project -> Project Options -> Run Options"), i18n("No active target specified"), "tdevelop_open_project_no_active_target");
}
KDevProject::openProject( dirName, projectName );
diff --git a/buildtools/autotools/autoprojectpart.h b/buildtools/autotools/autoprojectpart.h
index 7c0585fc..8a3506e0 100644
--- a/buildtools/autotools/autoprojectpart.h
+++ b/buildtools/autotools/autoprojectpart.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.org *
* *
* Copyright (C) 2002 by Victor R�er *
* victor_roeder@gmx.de *
diff --git a/buildtools/autotools/autoprojectwidget.cpp b/buildtools/autotools/autoprojectwidget.cpp
index 56a80dfc..86adb657 100644
--- a/buildtools/autotools/autoprojectwidget.cpp
+++ b/buildtools/autotools/autoprojectwidget.cpp
@@ -1,6 +1,6 @@
/*
KDevelop Autotools Support
- Copyright (c) 2001-2002 by Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (c) 2001-2002 by Bernd Gehrmann <bernd@tdevelop.org>
Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de>
Copyright (c) 2005 by Matt Rogers <mattr@kde.org>
diff --git a/buildtools/autotools/autoprojectwidget.h b/buildtools/autotools/autoprojectwidget.h
index 554a90f7..74c960fb 100644
--- a/buildtools/autotools/autoprojectwidget.h
+++ b/buildtools/autotools/autoprojectwidget.h
@@ -1,6 +1,6 @@
/*
KDevelop Autotools Support
- Copyright (c) 2001-2002 by Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (c) 2001-2002 by Bernd Gehrmann <bernd@tdevelop.org>
Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de>
Copyright (c) 2005 by Matt Rogers <mattr@kde.org>
diff --git a/buildtools/autotools/autosubprojectview.cpp b/buildtools/autotools/autosubprojectview.cpp
index 0c27eb1b..5916b332 100644
--- a/buildtools/autotools/autosubprojectview.cpp
+++ b/buildtools/autotools/autosubprojectview.cpp
@@ -156,7 +156,7 @@ void AutoSubprojectView::slotSelectionChanged( TQListViewItem* item )
void AutoSubprojectView::loadMakefileams ( const TQString& dir )
{
SubprojectItem * item = new SubprojectItem( m_listView, m_part->projectName() );
- item->setPixmap ( 0, SmallIcon ( "kdevelop" ) );
+ item->setPixmap ( 0, SmallIcon ( "tdevelop" ) );
item->subdir = "/";
item->path = dir;
parse( item );
@@ -197,7 +197,7 @@ void AutoSubprojectView::initActions()
"subprojects containing Makefile.am.</qt>"));
TQToolTip::add( m_button2, tr2i18n( "Add Target..."));
- addTargetAction = new AutoToolsAction( i18n( "Add Target..." ), "targetnew_kdevelop", 0,
+ addTargetAction = new AutoToolsAction( i18n( "Add Target..." ), "targetnew_tdevelop", 0,
TQT_TQOBJECT(this), TQT_SLOT( slotAddTarget() ), actions, "add target" );
addTargetAction->setWhatsThis(i18n( "<qt><b>Add target</b><p>Adds a new target to "
"the currently selected subproject. Target can be a "
@@ -206,7 +206,7 @@ void AutoSubprojectView::initActions()
addTargetAction->plug( m_button2 );
TQToolTip::add( m_button3, tr2i18n( "Add Service..."));
- addServiceAction = new AutoToolsAction( i18n( "Add Service..." ), "servicenew_kdevelop", 0, TQT_TQOBJECT(this),
+ addServiceAction = new AutoToolsAction( i18n( "Add Service..." ), "servicenew_tdevelop", 0, TQT_TQOBJECT(this),
TQT_SLOT( slotAddService() ), actions, "add service" );
addServiceAction->setWhatsThis(i18n("<qt><b>Add service</b><p>Creates a .desktop file describing the service.</qt>"));
addServiceAction->plug( m_button3 );
@@ -836,7 +836,7 @@ void AutoSubprojectView::parseSUBDIRS( SubprojectItem *item,
}
//search for AC_SUBST variables and try to replace them with variables
- //that have been already defined e.g. in a "kdevelop hint"
+ //that have been already defined e.g. in a "tdevelop hint"
varre = TQRegExp( "\\@(.*)\\@" );
varre.setMinimal( true );
while ( varre.search( subdirs ) != -1 )
diff --git a/buildtools/autotools/choosetargetdialog.cpp b/buildtools/autotools/choosetargetdialog.cpp
index 526a4ce7..ca1ddf50 100644
--- a/buildtools/autotools/choosetargetdialog.cpp
+++ b/buildtools/autotools/choosetargetdialog.cpp
@@ -79,7 +79,7 @@ ChooseTargetDialog::ChooseTargetDialog ( AutoProjectWidget* widget, AutoProjectP
d->baseUI->newFileList->addColumn( TQString() );
d->baseUI->newFileList->setSorting(-1);
- setIcon ( SmallIcon ( "target_kdevelop" ) );
+ setIcon ( SmallIcon ( "target_tdevelop" ) );
TQPtrListIterator<SubprojectItem> sit(d->subprojectList);
@@ -172,7 +172,7 @@ void ChooseTargetDialog::slotSubprojectChanged ( const TQString& name )
if ( titem->primary == "PROGRAMS" || titem->primary == "LIBRARIES" ||
titem->primary == "LTLIBRARIES" || titem->primary == "JAVA" )
{
- d->baseUI->targetComboBox->insertItem ( SmallIcon ( "target_kdevelop" ), titem->name );
+ d->baseUI->targetComboBox->insertItem ( SmallIcon ( "target_tdevelop" ), titem->name );
//d->baseUI->targetComboBox->addToHistory ( titem->name );
diff --git a/buildtools/autotools/configureoptionswidget.cpp b/buildtools/autotools/configureoptionswidget.cpp
index ad35329a..d847a559 100644
--- a/buildtools/autotools/configureoptionswidget.cpp
+++ b/buildtools/autotools/configureoptionswidget.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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/buildtools/autotools/configureoptionswidget.h b/buildtools/autotools/configureoptionswidget.h
index 35cd5688..1d3d8a3f 100644
--- a/buildtools/autotools/configureoptionswidget.h
+++ b/buildtools/autotools/configureoptionswidget.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/fileselectorwidget.h b/buildtools/autotools/fileselectorwidget.h
index e3c73a5e..96b5c79c 100644
--- a/buildtools/autotools/fileselectorwidget.h
+++ b/buildtools/autotools/fileselectorwidget.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/managecustomcommand.cpp b/buildtools/autotools/managecustomcommand.cpp
index a602a3a9..af0f0e93 100644
--- a/buildtools/autotools/managecustomcommand.cpp
+++ b/buildtools/autotools/managecustomcommand.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> *
+ * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.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/buildtools/autotools/managecustomcommand.h b/buildtools/autotools/managecustomcommand.h
index 8b1ae9d4..96dacb89 100644
--- a/buildtools/autotools/managecustomcommand.h
+++ b/buildtools/autotools/managecustomcommand.h
@@ -1,5 +1,5 @@
/***************************************************************************
-* Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> *
+* Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.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/buildtools/autotools/misc.cpp b/buildtools/autotools/misc.cpp
index 31dad76a..cbe4d24c 100644
--- a/buildtools/autotools/misc.cpp
+++ b/buildtools/autotools/misc.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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 *
@@ -110,7 +110,7 @@ void AutoProjectTool::parseMakefileam(const TQString &fileName, TQMap<TQString,
}
TQTextStream stream(&f);
- TQRegExp re("^(#kdevelop:[ \t]*)?([A-Za-z][@A-Za-z0-9_]*)[ \t]*([:\\+]?=)[ \t]*(.*)$");
+ TQRegExp re("^(#tdevelop:[ \t]*)?([A-Za-z][@A-Za-z0-9_]*)[ \t]*([:\\+]?=)[ \t]*(.*)$");
TQString last;
bool multiLine = false;
@@ -227,7 +227,7 @@ void AutoProjectTool::setMakefileam ( const TQString &fileName, TQMap<TQString,
TQTextStream outs ( &fout );
// variables
- TQRegExp re ( "^(#kdevelop:[ \t]*)?([A-Za-z][@A-Za-z0-9_]*)[ \t]*([:\\+]?=)[ \t]*(.*)$" );
+ TQRegExp re ( "^(#tdevelop:[ \t]*)?([A-Za-z][@A-Za-z0-9_]*)[ \t]*([:\\+]?=)[ \t]*(.*)$" );
bool multiLine = false;
TQString lastLhs;
@@ -414,7 +414,7 @@ void AutoProjectTool::addRemoveMakefileam(const TQString &fileName, TQMap<TQStri
TQTextStream outs(&fout);
// variables
- TQRegExp re("^(#kdevelop:[ \t]*)?([A-Za-z][@A-Za-z0-9_]*)[ \t]*([:\\+]?=)[ \t]*(.*)$");
+ TQRegExp re("^(#tdevelop:[ \t]*)?([A-Za-z][@A-Za-z0-9_]*)[ \t]*([:\\+]?=)[ \t]*(.*)$");
// build key=map of values to add
// map can be empty.we never add an empty key, but do remove empty keys from the file..
diff --git a/buildtools/autotools/misc.h b/buildtools/autotools/misc.h
index def8ce20..320690be 100644
--- a/buildtools/autotools/misc.h
+++ b/buildtools/autotools/misc.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/removefiledlg.cpp b/buildtools/autotools/removefiledlg.cpp
index fef4b2df..95447092 100644
--- a/buildtools/autotools/removefiledlg.cpp
+++ b/buildtools/autotools/removefiledlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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/buildtools/autotools/removefiledlg.h b/buildtools/autotools/removefiledlg.h
index fdb94ff0..40157733 100644
--- a/buildtools/autotools/removefiledlg.h
+++ b/buildtools/autotools/removefiledlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/removetargetdlg.cpp b/buildtools/autotools/removetargetdlg.cpp
index 12847dff..10dc1f06 100644
--- a/buildtools/autotools/removetargetdlg.cpp
+++ b/buildtools/autotools/removetargetdlg.cpp
@@ -99,7 +99,7 @@ void RemoveTargetDialog::init()
if ( spitem->variables[canonname + "_LIBADD"].contains ( m_titem->name ) > 0 ||
spitem->variables[canonname + "_LDADD"].contains ( m_titem->name ) > 0 )
{
- dependencyListBox->insertItem ( SmallIcon ( "target_kdevelop" ), spitem->path + " (" + titem->name + ")" );
+ dependencyListBox->insertItem ( SmallIcon ( "target_tdevelop" ), spitem->path + " (" + titem->name + ")" );
dependentSubprojects.append ( spitem );
}
diff --git a/buildtools/autotools/subprojectoptionsdlg.cpp b/buildtools/autotools/subprojectoptionsdlg.cpp
index f3e1c6f1..139193b4 100644
--- a/buildtools/autotools/subprojectoptionsdlg.cpp
+++ b/buildtools/autotools/subprojectoptionsdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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/buildtools/autotools/subprojectoptionsdlg.h b/buildtools/autotools/subprojectoptionsdlg.h
index aea70658..9dac111d 100644
--- a/buildtools/autotools/subprojectoptionsdlg.h
+++ b/buildtools/autotools/subprojectoptionsdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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/buildtools/autotools/targetoptionsdlg.cpp b/buildtools/autotools/targetoptionsdlg.cpp
index da9ade0c..7c40fbfc 100644
--- a/buildtools/autotools/targetoptionsdlg.cpp
+++ b/buildtools/autotools/targetoptionsdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.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/buildtools/autotools/targetoptionsdlg.h b/buildtools/autotools/targetoptionsdlg.h
index ea74c717..4df7e49b 100644
--- a/buildtools/autotools/targetoptionsdlg.h
+++ b/buildtools/autotools/targetoptionsdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
-* bernd@kdevelop.org *
+* bernd@tdevelop.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 *