diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /parts/tools | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'parts/tools')
-rw-r--r-- | parts/tools/CMakeLists.txt | 2 | ||||
-rw-r--r-- | parts/tools/Makefile.am | 2 | ||||
-rw-r--r-- | parts/tools/README.dox | 2 | ||||
-rw-r--r-- | parts/tools/toolsconfigwidget.cpp | 4 | ||||
-rw-r--r-- | parts/tools/toolsconfigwidget.h | 2 |
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 * |