summaryrefslogtreecommitdiffstats
path: root/parts/texttools
diff options
context:
space:
mode:
Diffstat (limited to 'parts/texttools')
-rw-r--r--parts/texttools/CMakeLists.txt2
-rw-r--r--parts/texttools/Makefile.am2
-rw-r--r--parts/texttools/README.dox2
-rw-r--r--parts/texttools/texttoolspart.cpp2
-rw-r--r--parts/texttools/texttoolspart.h2
-rw-r--r--parts/texttools/texttoolswidget.cpp2
-rw-r--r--parts/texttools/texttoolswidget.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/parts/texttools/CMakeLists.txt b/parts/texttools/CMakeLists.txt
index 7ffd1777..2ed4221c 100644
--- a/parts/texttools/CMakeLists.txt
+++ b/parts/texttools/CMakeLists.txt
@@ -33,6 +33,6 @@ install( FILES kdevtexttools.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
tde_add_kpart( libkdevtexttools AUTOMOC
SOURCES texttoolspart.cpp texttoolswidget.cpp
- LINK kdevelop-shared
+ LINK tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/parts/texttools/Makefile.am b/parts/texttools/Makefile.am
index 8ebbc6b5..725133be 100644
--- a/parts/texttools/Makefile.am
+++ b/parts/texttools/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/sourceinfo
kde_module_LTLIBRARIES = libkdevtexttools.la
libkdevtexttools_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
-libkdevtexttools_la_LIBADD = $(top_builddir)/lib/libkdevelop.la
+libkdevtexttools_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdevtexttools_la_SOURCES = texttoolspart.cpp texttoolswidget.cpp
diff --git a/parts/texttools/README.dox b/parts/texttools/README.dox
index 3fd5180b..6a93ff2e 100644
--- a/parts/texttools/README.dox
+++ b/parts/texttools/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>
\maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a>
\maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a>
diff --git a/parts/texttools/texttoolspart.cpp b/parts/texttools/texttoolspart.cpp
index 332d97e3..deb88ff3 100644
--- a/parts/texttools/texttoolspart.cpp
+++ b/parts/texttools/texttoolspart.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/parts/texttools/texttoolspart.h b/parts/texttools/texttoolspart.h
index 2f2768ab..c7b49b09 100644
--- a/parts/texttools/texttoolspart.h
+++ b/parts/texttools/texttoolspart.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/parts/texttools/texttoolswidget.cpp b/parts/texttools/texttoolswidget.cpp
index a6815959..1133621d 100644
--- a/parts/texttools/texttoolswidget.cpp
+++ b/parts/texttools/texttoolswidget.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/parts/texttools/texttoolswidget.h b/parts/texttools/texttoolswidget.h
index 0d5593a2..3bfc9ea8 100644
--- a/parts/texttools/texttoolswidget.h
+++ b/parts/texttools/texttoolswidget.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 *