summaryrefslogtreecommitdiffstats
path: root/parts/tools
diff options
context:
space:
mode:
Diffstat (limited to 'parts/tools')
-rw-r--r--parts/tools/CMakeLists.txt2
-rw-r--r--parts/tools/Makefile.am2
-rw-r--r--parts/tools/README.dox2
-rw-r--r--parts/tools/toolsconfigwidget.cpp4
-rw-r--r--parts/tools/toolsconfigwidget.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/parts/tools/CMakeLists.txt b/parts/tools/CMakeLists.txt
index b95191aa..7bd64c81 100644
--- a/parts/tools/CMakeLists.txt
+++ b/parts/tools/CMakeLists.txt
@@ -38,6 +38,6 @@ tde_add_kpart( libkdevtools AUTOMOC
SOURCES
tools_part.cpp toolsconfig.cpp toolsconfigwidgetbase.ui
toolsconfigwidget.cpp kapplicationtree.cpp addtooldlg.ui
- LINK kdevelop-shared
+ LINK tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/parts/tools/Makefile.am b/parts/tools/Makefile.am
index 887ccdd5..a61da964 100644
--- a/parts/tools/Makefile.am
+++ b/parts/tools/Makefile.am
@@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \
kde_module_LTLIBRARIES = libkdevtools.la
libkdevtools_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
-libkdevtools_la_LIBADD = $(top_builddir)/lib/libkdevelop.la
+libkdevtools_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdevtools_la_SOURCES = tools_part.cpp toolsconfig.cpp toolsconfigwidgetbase.ui toolsconfigwidget.cpp kapplicationtree.cpp addtooldlg.ui
diff --git a/parts/tools/README.dox b/parts/tools/README.dox
index 00eab3bf..cef66daa 100644
--- a/parts/tools/README.dox
+++ b/parts/tools/README.dox
@@ -1,7 +1,7 @@
/** \class ToolsPart
This plugin provides an easy way to add external applications to the Tools menu and toolbar.
-\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.
diff --git a/parts/tools/toolsconfigwidget.cpp b/parts/tools/toolsconfigwidget.cpp
index b4643b26..fefef501 100644
--- a/parts/tools/toolsconfigwidget.cpp
+++ b/parts/tools/toolsconfigwidget.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 *
@@ -17,7 +17,7 @@
#include <klineedit.h>
#include <kconfig.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kdebug.h>
#include <kdesktopfile.h>
#include <kiconloader.h>
diff --git a/parts/tools/toolsconfigwidget.h b/parts/tools/toolsconfigwidget.h
index 37812bac..bb349b26 100644
--- a/parts/tools/toolsconfigwidget.h
+++ b/parts/tools/toolsconfigwidget.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 *