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 /languages/csharp | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'languages/csharp')
-rw-r--r-- | languages/csharp/CMakeLists.txt | 2 | ||||
-rw-r--r-- | languages/csharp/Makefile.am | 2 | ||||
-rw-r--r-- | languages/csharp/README.dox | 2 | ||||
-rw-r--r-- | languages/csharp/app_templates/CMakeLists.txt | 2 | ||||
-rw-r--r-- | languages/csharp/app_templates/Makefile.am | 2 | ||||
-rw-r--r-- | languages/csharp/csharpconfigwidget.cpp | 2 | ||||
-rw-r--r-- | languages/csharp/csharpconfigwidget.h | 2 | ||||
-rw-r--r-- | languages/csharp/csharpdoc.cpp | 4 | ||||
-rw-r--r-- | languages/csharp/csharpsupportpart.cpp | 2 | ||||
-rw-r--r-- | languages/csharp/csharpsupportpart.h | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/languages/csharp/CMakeLists.txt b/languages/csharp/CMakeLists.txt index 3d68dd7c..b509fd03 100644 --- a/languages/csharp/CMakeLists.txt +++ b/languages/csharp/CMakeLists.txt @@ -45,7 +45,7 @@ tde_add_kpart( libkdevcsharpsupport AUTOMOC SOURCES csharpsupportpart.cpp csharpconfigwidget.cpp csharpconfigwidgetbase.ui - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/csharp/Makefile.am b/languages/csharp/Makefile.am index 51d0c110..9524ed00 100644 --- a/languages/csharp/Makefile.am +++ b/languages/csharp/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = app_templates file_templates doc kde_module_LTLIBRARIES = libkdevcsharpsupport.la kio_csharpdoc.la libkdevcsharpsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevcsharpsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevcsharpsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevcsharpsupport_la_SOURCES = csharpsupportpart.cpp csharpconfigwidget.cpp csharpconfigwidgetbase.ui diff --git a/languages/csharp/README.dox b/languages/csharp/README.dox index 36797a75..e3a47947 100644 --- a/languages/csharp/README.dox +++ b/languages/csharp/README.dox @@ -6,7 +6,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> \authors <a href="mailto:willems.luc AT pandora.be">Luc Willems</a> \maintainer <a href="mailto:willems.luc AT pandora.be">Luc Willems</a> diff --git a/languages/csharp/app_templates/CMakeLists.txt b/languages/csharp/app_templates/CMakeLists.txt index fa6089e3..2f8bf40c 100644 --- a/languages/csharp/app_templates/CMakeLists.txt +++ b/languages/csharp/app_templates/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES csharp.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/CSharpIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/CSharpIDE ) diff --git a/languages/csharp/app_templates/Makefile.am b/languages/csharp/app_templates/Makefile.am index 14608ada..80fc73e0 100644 --- a/languages/csharp/app_templates/Makefile.am +++ b/languages/csharp/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/CSharpIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/CSharpIDE profiles_DATA = csharp.appwizard diff --git a/languages/csharp/csharpconfigwidget.cpp b/languages/csharp/csharpconfigwidget.cpp index 620f7881..adc7e0c5 100644 --- a/languages/csharp/csharpconfigwidget.cpp +++ b/languages/csharp/csharpconfigwidget.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/languages/csharp/csharpconfigwidget.h b/languages/csharp/csharpconfigwidget.h index 1f14bd3e..f1936cbb 100644 --- a/languages/csharp/csharpconfigwidget.h +++ b/languages/csharp/csharpconfigwidget.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/languages/csharp/csharpdoc.cpp b/languages/csharp/csharpdoc.cpp index f70df162..154301a4 100644 --- a/languages/csharp/csharpdoc.cpp +++ b/languages/csharp/csharpdoc.cpp @@ -11,7 +11,7 @@ #include <kstandarddirs.h> #include <kinstance.h> #include <kprocess.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kglobal.h> using namespace KIO; @@ -117,7 +117,7 @@ extern "C" { int kdemain(int argc, char **argv) { KInstance instance( "kio_csharpdoc" ); - KGlobal::locale()->setMainCatalogue("kdevelop"); + KGlobal::locale()->setMainCatalogue("tdevelop"); if (argc != 4) { fprintf(stderr, "Usage: kio_csharpdoc protocol domain-socket1 domain-socket2\n"); diff --git a/languages/csharp/csharpsupportpart.cpp b/languages/csharp/csharpsupportpart.cpp index f6a3545c..9746a190 100644 --- a/languages/csharp/csharpsupportpart.cpp +++ b/languages/csharp/csharpsupportpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-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/languages/csharp/csharpsupportpart.h b/languages/csharp/csharpsupportpart.h index d116514a..6d1255f5 100644 --- a/languages/csharp/csharpsupportpart.h +++ b/languages/csharp/csharpsupportpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-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 * |