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/konsole | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'parts/konsole')
-rw-r--r-- | parts/konsole/CMakeLists.txt | 2 | ||||
-rw-r--r-- | parts/konsole/Makefile.am | 2 | ||||
-rw-r--r-- | parts/konsole/README.dox | 2 | ||||
-rw-r--r-- | parts/konsole/konsoleviewpart.cpp | 2 | ||||
-rw-r--r-- | parts/konsole/konsoleviewpart.h | 2 | ||||
-rw-r--r-- | parts/konsole/konsoleviewwidget.cpp | 2 | ||||
-rw-r--r-- | parts/konsole/konsoleviewwidget.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/parts/konsole/CMakeLists.txt b/parts/konsole/CMakeLists.txt index 5b5a53aa..e6b51296 100644 --- a/parts/konsole/CMakeLists.txt +++ b/parts/konsole/CMakeLists.txt @@ -33,6 +33,6 @@ install( FILES kdevkonsoleview.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libkdevkonsoleview AUTOMOC SOURCES konsoleviewpart.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/konsole/Makefile.am b/parts/konsole/Makefile.am index b0faabf9..085f8e7a 100644 --- a/parts/konsole/Makefile.am +++ b/parts/konsole/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevkonsoleview.la libkdevkonsoleview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevkonsoleview_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevkonsoleview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/util/libkdevutil.la libkdevkonsoleview_la_SOURCES = konsoleviewpart.cpp diff --git a/parts/konsole/README.dox b/parts/konsole/README.dox index 67641ebb..933a74a0 100644 --- a/parts/konsole/README.dox +++ b/parts/konsole/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/konsole/konsoleviewpart.cpp b/parts/konsole/konsoleviewpart.cpp index c103a3a8..f7dc8956 100644 --- a/parts/konsole/konsoleviewpart.cpp +++ b/parts/konsole/konsoleviewpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.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/konsole/konsoleviewpart.h b/parts/konsole/konsoleviewpart.h index 2906daa7..f52cafce 100644 --- a/parts/konsole/konsoleviewpart.h +++ b/parts/konsole/konsoleviewpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.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/konsole/konsoleviewwidget.cpp b/parts/konsole/konsoleviewwidget.cpp index ef34f3f3..62a10d86 100644 --- a/parts/konsole/konsoleviewwidget.cpp +++ b/parts/konsole/konsoleviewwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.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/konsole/konsoleviewwidget.h b/parts/konsole/konsoleviewwidget.h index 53bfdb94..32ba21e8 100644 --- a/parts/konsole/konsoleviewwidget.h +++ b/parts/konsole/konsoleviewwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.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 * |