From 2ecab1a194b0dc551b478820e1aaa3b8713354cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:18 -0600 Subject: Additional renaming of kde to tde --- buildtools/autotools/Makefile.am | 2 +- buildtools/autotools/README.dox | 8 ++++---- buildtools/autotools/addapplicationdlg.cpp | 2 +- buildtools/autotools/addapplicationdlg.h | 2 +- buildtools/autotools/addfiledlg.cpp | 2 +- buildtools/autotools/addfiledlg.h | 2 +- buildtools/autotools/addicondlg.cpp | 6 +++--- buildtools/autotools/addicondlg.h | 2 +- buildtools/autotools/addprefixdlg.cpp | 4 ++-- buildtools/autotools/addprefixdlg.h | 2 +- buildtools/autotools/addservicedlg.cpp | 4 ++-- buildtools/autotools/addservicedlg.h | 2 +- buildtools/autotools/addsubprojectdlg.cpp | 2 +- buildtools/autotools/addsubprojectdlg.h | 2 +- buildtools/autotools/addtargetdlg.cpp | 4 ++-- buildtools/autotools/addtargetdlg.h | 2 +- buildtools/autotools/addtranslationdlg.cpp | 4 ++-- buildtools/autotools/addtranslationdlg.h | 2 +- buildtools/autotools/autodetailsview.cpp | 2 +- buildtools/autotools/autolistviewitems.cpp | 2 +- buildtools/autotools/autolistviewitems.h | 2 +- buildtools/autotools/autoprojectpart.cpp | 12 ++++++------ buildtools/autotools/autoprojectpart.h | 2 +- buildtools/autotools/autoprojectwidget.cpp | 2 +- buildtools/autotools/autoprojectwidget.h | 2 +- buildtools/autotools/autosubprojectview.cpp | 8 ++++---- buildtools/autotools/choosetargetdialog.cpp | 4 ++-- buildtools/autotools/configureoptionswidget.cpp | 2 +- buildtools/autotools/configureoptionswidget.h | 2 +- buildtools/autotools/fileselectorwidget.h | 2 +- buildtools/autotools/managecustomcommand.cpp | 2 +- buildtools/autotools/managecustomcommand.h | 2 +- buildtools/autotools/misc.cpp | 8 ++++---- buildtools/autotools/misc.h | 2 +- buildtools/autotools/removefiledlg.cpp | 2 +- buildtools/autotools/removefiledlg.h | 2 +- buildtools/autotools/removetargetdlg.cpp | 2 +- buildtools/autotools/subprojectoptionsdlg.cpp | 2 +- buildtools/autotools/subprojectoptionsdlg.h | 2 +- buildtools/autotools/targetoptionsdlg.cpp | 2 +- buildtools/autotools/targetoptionsdlg.h | 2 +- 41 files changed, 62 insertions(+), 62 deletions(-) (limited to 'buildtools/autotools') 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 Bernd Gehrmann +\authors Bernd Gehrmann \maintainer Victor Röder \maintainer Amilcar do Carmo Lucas @@ -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 autoproject component at Bugzilla database +\bug bugs in autoproject component at Bugzilla database \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.
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. -- Sandy Meier +This plugin starts a GBA binary with an emulator. -- Sandy Meier */ 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 #include #include -#include // fix me! +#include // 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 #include #include -#include +#include 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 #include #include -#include +#include #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("Add icon

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 #include #include -#include +#include #include #include @@ -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, Make Options 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, Make Options 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 + Copyright (c) 2001-2002 by Bernd Gehrmann Copyright (c) 2002 by Victor Roeder Copyright (c) 2005 by Matt Rogers 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 + Copyright (c) 2001-2002 by Bernd Gehrmann Copyright (c) 2002 by Victor Roeder Copyright (c) 2005 by Matt Rogers 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.")); 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( "Add target

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("Add service

Creates a .desktop file describing the service.")); 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 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 * + * Copyright (C) 2004 by Alexander Dymo * * * * 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 * +* Copyright (C) 2004 by Alexander Dymo * * * * 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, TQMapvariables[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 * -- cgit v1.2.1