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/custommakefiles/Makefile.am | 2 +- buildtools/custommakefiles/README.dox | 4 ++-- .../custommakefiles/custombuildoptionswidget.cpp | 2 +- .../custommakefiles/custombuildoptionswidget.h | 2 +- buildtools/custommakefiles/customprojectpart.cpp | 24 +++++++++++----------- buildtools/custommakefiles/customprojectpart.h | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) (limited to 'buildtools/custommakefiles') diff --git a/buildtools/custommakefiles/Makefile.am b/buildtools/custommakefiles/Makefile.am index fab92b8b..087ab001 100644 --- a/buildtools/custommakefiles/Makefile.am +++ b/buildtools/custommakefiles/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \ kde_module_LTLIBRARIES = libkdevcustomproject.la libkdevcustomproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevcustomproject_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevcustomproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la libkdevcustomproject_la_SOURCES = selectnewfilesdialog.cpp selectnewfilesdialogbase.ui \ diff --git a/buildtools/custommakefiles/README.dox b/buildtools/custommakefiles/README.dox index 28762d87..877cdf62 100644 --- a/buildtools/custommakefiles/README.dox +++ b/buildtools/custommakefiles/README.dox @@ -5,7 +5,7 @@ over several lines. You can even use some html commands in these lines like: This is code, html links link text, and images. -\authors Bernd Gehrmann +\authors Bernd Gehrmann \unmaintained This part is currently un-maintained @@ -14,7 +14,7 @@ and images. ... \feature Describe the last feature -\bug bugs in customproject component at Bugzilla database +\bug bugs in customproject component at Bugzilla database \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. .. \bug Describe a the nth bug that you know of, but probably hasn't been reported yet. diff --git a/buildtools/custommakefiles/custombuildoptionswidget.cpp b/buildtools/custommakefiles/custombuildoptionswidget.cpp index e979df61..920a0908 100644 --- a/buildtools/custommakefiles/custombuildoptionswidget.cpp +++ b/buildtools/custommakefiles/custombuildoptionswidget.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 * diff --git a/buildtools/custommakefiles/custombuildoptionswidget.h b/buildtools/custommakefiles/custombuildoptionswidget.h index 2c5c0568..03c7232d 100644 --- a/buildtools/custommakefiles/custombuildoptionswidget.h +++ b/buildtools/custommakefiles/custombuildoptionswidget.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/custommakefiles/customprojectpart.cpp b/buildtools/custommakefiles/customprojectpart.cpp index 4010c742..ecdabd64 100644 --- a/buildtools/custommakefiles/customprojectpart.cpp +++ b/buildtools/custommakefiles/customprojectpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2007 by Andreas Pakulat * * apaku@gmx.de * * * @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include "domutil.h" @@ -80,7 +80,7 @@ CustomProjectPart::CustomProjectPart( TQObject *parent, const char *name, const action->setToolTip( i18n( "Re-Populate Project" ) ); action->setWhatsThis( i18n( "Re-Populate Project

Re-Populates the project, searching through the project directory and adding all files that match one of the wildcards set in the custom manager options of the project filelist." ) ); - 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" ) ); @@ -88,7 +88,7 @@ CustomProjectPart::CustomProjectPart( TQObject *parent, const char *name, const "Environment variables and make arguments can be specified " "in the project settings dialog, Build Options tab." ) ); - action = new KAction( i18n( "&Build Active Directory" ), "make_kdevelop", Key_F7, + action = new KAction( i18n( "&Build Active Directory" ), "make_tdevelop", Key_F7, this, TQT_SLOT( slotBuildActiveDir() ), actionCollection(), "build_buildactivetarget" ); action->setToolTip( i18n( "Build active directory" ) ); @@ -96,7 +96,7 @@ CustomProjectPart::CustomProjectPart( TQObject *parent, const char *name, const "Environment variables and make arguments can be specified " "in the project settings dialog, Make Options tab." ) ); - 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" ) ); @@ -412,23 +412,23 @@ void CustomProjectPart::openProject( const TQString &dirName, const TQString &pr DomUtil::writeListEntry( dom, "/kdevcustomproject/filetypes", "filetype", types ); } - /*this entry is currently only created by the cmake kdevelop3 project generator + /*this entry is currently only created by the cmake tdevelop3 project generator in order to support completely-out-of-source builds, where nothing, not - even the kdevelop project files are created in the source directory, Alex + even the tdevelop project files are created in the source directory, Alex */ m_filelistDir = DomUtil::readEntry( dom, "/kdevcustomproject/filelistdirectory" ); if ( m_filelistDir.isEmpty() ) m_filelistDir = dirName; if ( TQFileInfo( m_filelistDir + "/" + projectName.lower() + - ".kdevelop.filelist" ).exists() ) + ".tdevelop.filelist" ).exists() ) { TQDir( m_filelistDir ).rename( - projectName.lower() + ".kdevelop.filelist", - projectName + ".kdevelop.filelist" ); + projectName.lower() + ".tdevelop.filelist", + projectName + ".tdevelop.filelist" ); } - TQFile f( m_filelistDir + "/" + projectName + ".kdevelop.filelist" ); + TQFile f( m_filelistDir + "/" + projectName + ".tdevelop.filelist" ); if ( f.open( IO_ReadOnly ) ) { TQTextStream stream( &f ); @@ -588,7 +588,7 @@ void CustomProjectPart::closeProject() void CustomProjectPart::saveProject() { - TQFile f( m_filelistDir + "/" + m_projectName + ".kdevelop.filelist" ); + TQFile f( m_filelistDir + "/" + m_projectName + ".tdevelop.filelist" ); if ( !f.open( IO_WriteOnly ) ) return; diff --git a/buildtools/custommakefiles/customprojectpart.h b/buildtools/custommakefiles/customprojectpart.h index 7bbedb5e..1a963e34 100644 --- a/buildtools/custommakefiles/customprojectpart.h +++ b/buildtools/custommakefiles/customprojectpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2007 by Andreas Pakulat * * apaku@gmx.de * * * -- cgit v1.2.1