summaryrefslogtreecommitdiffstats
path: root/buildtools/custommakefiles
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/custommakefiles')
-rw-r--r--buildtools/custommakefiles/Makefile.am2
-rw-r--r--buildtools/custommakefiles/README.dox4
-rw-r--r--buildtools/custommakefiles/custombuildoptionswidget.cpp2
-rw-r--r--buildtools/custommakefiles/custombuildoptionswidget.h2
-rw-r--r--buildtools/custommakefiles/customprojectpart.cpp24
-rw-r--r--buildtools/custommakefiles/customprojectpart.h2
6 files changed, 18 insertions, 18 deletions
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:
<code>This is code</code>, html links <a href="http://somelocation">link text</a>,
and images.
-\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
+\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a>
\unmaintained This part is currently un-maintained
@@ -14,7 +14,7 @@ and images.
...
\feature Describe the last feature
-\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=customproject&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">customproject component at Bugzilla database</a>
+\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=customproject&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">customproject component at Bugzilla database</a>
\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 <kmessagebox.h>
#include <kparts/part.h>
#include <kpopupmenu.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kprocess.h>
#include "domutil.h"
@@ -80,7 +80,7 @@ CustomProjectPart::CustomProjectPart( TQObject *parent, const char *name, const
action->setToolTip( i18n( "Re-Populate Project" ) );
action->setWhatsThis( i18n( "<b>Re-Populate Project</b><p>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, <b>Build Options</b> 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, <b>Make Options</b> 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 <neundorf@kde.org>
+ even the tdevelop project files are created in the source directory, Alex <neundorf@kde.org>
*/
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 *
* *