diff options
Diffstat (limited to 'parts/regexptest')
-rw-r--r-- | parts/regexptest/CMakeLists.txt | 2 | ||||
-rw-r--r-- | parts/regexptest/Makefile.am | 2 | ||||
-rw-r--r-- | parts/regexptest/README.dox | 2 | ||||
-rw-r--r-- | parts/regexptest/regexptestdlg.cpp | 4 | ||||
-rw-r--r-- | parts/regexptest/regexptestdlg.h | 2 | ||||
-rw-r--r-- | parts/regexptest/regexptestpart.cpp | 2 | ||||
-rw-r--r-- | parts/regexptest/regexptestpart.h | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/parts/regexptest/CMakeLists.txt b/parts/regexptest/CMakeLists.txt index 4fb0909a..608f053c 100644 --- a/parts/regexptest/CMakeLists.txt +++ b/parts/regexptest/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES kdevregexptest.rc DESTINATION ${DATA_INSTALL_DIR}/kdevregexptest tde_add_kpart( libkdevregexptest AUTOMOC SOURCES regexptestpart.cpp regexptestdlg.cpp regexptestdlgbase.ui - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/regexptest/Makefile.am b/parts/regexptest/Makefile.am index 43edb690..df99989f 100644 --- a/parts/regexptest/Makefile.am +++ b/parts/regexptest/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) kde_module_LTLIBRARIES = libkdevregexptest.la libkdevregexptest_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevregexptest_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevregexptest_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevregexptest_la_SOURCES = regexptestpart.cpp regexptestdlg.cpp regexptestdlgbase.ui diff --git a/parts/regexptest/README.dox b/parts/regexptest/README.dox index d145ae76..991b26e9 100644 --- a/parts/regexptest/README.dox +++ b/parts/regexptest/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/regexptest/regexptestdlg.cpp b/parts/regexptest/regexptestdlg.cpp index e8c26e29..0f761ed9 100644 --- a/parts/regexptest/regexptestdlg.cpp +++ b/parts/regexptest/regexptestdlg.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 * @@ -21,7 +21,7 @@ #include <tqpushbutton.h> #include <tqregexp.h> #include <klineedit.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kregexp.h> #include <kdebug.h> #include <kglobalsettings.h> diff --git a/parts/regexptest/regexptestdlg.h b/parts/regexptest/regexptestdlg.h index 457e53fb..d3f467d9 100644 --- a/parts/regexptest/regexptestdlg.h +++ b/parts/regexptest/regexptestdlg.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/parts/regexptest/regexptestpart.cpp b/parts/regexptest/regexptestpart.cpp index 8a3c8bd5..511e6be0 100644 --- a/parts/regexptest/regexptestpart.cpp +++ b/parts/regexptest/regexptestpart.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/parts/regexptest/regexptestpart.h b/parts/regexptest/regexptestpart.h index 61dbe9e3..585d4230 100644 --- a/parts/regexptest/regexptestpart.h +++ b/parts/regexptest/regexptestpart.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 * |