summaryrefslogtreecommitdiffstats
path: root/languages/python
diff options
context:
space:
mode:
Diffstat (limited to 'languages/python')
-rw-r--r--languages/python/Makefile.am2
-rw-r--r--languages/python/README.dox2
-rw-r--r--languages/python/app_templates/CMakeLists.txt2
-rw-r--r--languages/python/app_templates/Makefile.am2
-rw-r--r--languages/python/app_templates/pyqt/CMakeLists.txt2
-rw-r--r--languages/python/app_templates/pyqt/Makefile.am2
-rw-r--r--languages/python/app_templates/pyqt/app.kdevelop4
-rw-r--r--languages/python/app_templates/pyqt/pyqt-am-preproc.py2
-rw-r--r--languages/python/app_templates/pyqt/pyqt.kdevtemplate6
-rw-r--r--languages/python/app_templates/pythonhello/CMakeLists.txt2
-rw-r--r--languages/python/app_templates/pythonhello/Makefile.am2
-rw-r--r--languages/python/app_templates/pythonhello/app.kdevelop4
-rw-r--r--languages/python/app_templates/pythonhello/pythonhello.kdevtemplate4
-rw-r--r--languages/python/app_templates/pytk/CMakeLists.txt2
-rw-r--r--languages/python/app_templates/pytk/Makefile.am2
-rw-r--r--languages/python/app_templates/pytk/app.kdevelop4
-rw-r--r--languages/python/app_templates/pytk/pytk.kdevtemplate4
-rw-r--r--languages/python/doc/python.toc6
-rw-r--r--languages/python/doc/python_bugs.toc6
-rw-r--r--languages/python/pydoc.cpp4
-rw-r--r--languages/python/pythonconfigwidget.cpp2
-rw-r--r--languages/python/pythonconfigwidget.h2
-rw-r--r--languages/python/pythonimplementationwidget.cpp2
-rw-r--r--languages/python/pythonimplementationwidget.h2
-rw-r--r--languages/python/pythonsupportpart.cpp2
-rw-r--r--languages/python/pythonsupportpart.h2
-rw-r--r--languages/python/qtdesignerpythonintegration.cpp2
-rw-r--r--languages/python/qtdesignerpythonintegration.h2
28 files changed, 40 insertions, 40 deletions
diff --git a/languages/python/Makefile.am b/languages/python/Makefile.am
index ddebc35d..bd2e8813 100644
--- a/languages/python/Makefile.am
+++ b/languages/python/Makefile.am
@@ -10,7 +10,7 @@ SUBDIRS = app_templates file_templates doc
kde_module_LTLIBRARIES = libkdevpythonsupport.la kio_pydoc.la
libkdevpythonsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
-libkdevpythonsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \
+libkdevpythonsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la
libkdevpythonsupport_la_SOURCES = pythonsupportpart.cpp pythonconfigwidget.cpp pythonconfigwidgetbase.ui \
pythonimplementationwidget.cpp qtdesignerpythonintegration.cpp
diff --git a/languages/python/README.dox b/languages/python/README.dox
index e581f9e1..339976a3 100644
--- a/languages/python/README.dox
+++ b/languages/python/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>
\maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a>
\maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a>
diff --git a/languages/python/app_templates/CMakeLists.txt b/languages/python/app_templates/CMakeLists.txt
index 26cceb47..b31829e6 100644
--- a/languages/python/app_templates/CMakeLists.txt
+++ b/languages/python/app_templates/CMakeLists.txt
@@ -15,4 +15,4 @@ add_subdirectory( pyqt )
install( FILES
python.appwizard
- DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE )
+ DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE )
diff --git a/languages/python/app_templates/Makefile.am b/languages/python/app_templates/Makefile.am
index 1ca030e1..ebc46b87 100644
--- a/languages/python/app_templates/Makefile.am
+++ b/languages/python/app_templates/Makefile.am
@@ -1,3 +1,3 @@
SUBDIRS = pythonhello pytk pyqt
-profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE
+profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE
profiles_DATA = python.appwizard
diff --git a/languages/python/app_templates/pyqt/CMakeLists.txt b/languages/python/app_templates/pyqt/CMakeLists.txt
index 131e2165..672d6652 100644
--- a/languages/python/app_templates/pyqt/CMakeLists.txt
+++ b/languages/python/app_templates/pyqt/CMakeLists.txt
@@ -11,7 +11,7 @@
add_custom_target( pyqt.tar.gz ALL
COMMAND tar zcf pyqt.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
- app.py app.kdevelop fileopen.pyxpm fileprint.pyxpm
+ app.py app.tdevelop fileopen.pyxpm fileprint.pyxpm
filesave.pyxpm app-Makefile.am app-autogen.sh
app-configure.ac documentdetails.ui missing install-sh
mkinstalldirs pyqt-am-preproc.py templates-ui-dialog
diff --git a/languages/python/app_templates/pyqt/Makefile.am b/languages/python/app_templates/pyqt/Makefile.am
index ea9502cc..dc12ca69 100644
--- a/languages/python/app_templates/pyqt/Makefile.am
+++ b/languages/python/app_templates/pyqt/Makefile.am
@@ -1,4 +1,4 @@
-dataFiles = app.py app.kdevelop fileopen.pyxpm fileprint.pyxpm \
+dataFiles = app.py app.tdevelop fileopen.pyxpm fileprint.pyxpm \
filesave.pyxpm app-Makefile.am app-autogen.sh app-configure.ac \
documentdetails.ui missing install-sh mkinstalldirs \
pyqt-am-preproc.py templates-ui-dialog templates-ui-mainwin \
diff --git a/languages/python/app_templates/pyqt/app.kdevelop b/languages/python/app_templates/pyqt/app.kdevelop
index a8fb1726..2abb394e 100644
--- a/languages/python/app_templates/pyqt/app.kdevelop
+++ b/languages/python/app_templates/pyqt/app.kdevelop
@@ -1,5 +1,5 @@
<?xml version = '1.0'?>
-<kdevelop>
+<tdevelop>
<general>
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
@@ -78,4 +78,4 @@
<type ext="ui"/>
</useglobaltypes>
</kdevfilecreate>
-</kdevelop>
+</tdevelop>
diff --git a/languages/python/app_templates/pyqt/pyqt-am-preproc.py b/languages/python/app_templates/pyqt/pyqt-am-preproc.py
index dda5e2c3..ff7b5a16 100644
--- a/languages/python/app_templates/pyqt/pyqt-am-preproc.py
+++ b/languages/python/app_templates/pyqt/pyqt-am-preproc.py
@@ -38,7 +38,7 @@ mf = f.readlines()
f.close()
# parse for variables
-re_variable = re.compile("^(#kdevelop:[ \t]*)?([A-Za-z][A-Za-z0-9_]*)[ \t]*:?=[ \t]*(.*)$")
+re_variable = re.compile("^(#tdevelop:[ \t]*)?([A-Za-z][A-Za-z0-9_]*)[ \t]*:?=[ \t]*(.*)$")
variables = {}
diff --git a/languages/python/app_templates/pyqt/pyqt.kdevtemplate b/languages/python/app_templates/pyqt/pyqt.kdevtemplate
index bffbcd8c..f19e263c 100644
--- a/languages/python/app_templates/pyqt/pyqt.kdevtemplate
+++ b/languages/python/app_templates/pyqt/pyqt.kdevtemplate
@@ -66,13 +66,13 @@ Archive=pyqt.tar.gz
[GNU]
Type=include
-File=%{kdevelop}/template-common/gnu.kdevtemplate
+File=%{tdevelop}/template-common/gnu.kdevtemplate
[FILE1]
Type=install
EscapeXML=true
-Source=%{src}/app.kdevelop
-Dest=%{dest}/%{APPNAMELC}.kdevelop
+Source=%{src}/app.tdevelop
+Dest=%{dest}/%{APPNAMELC}.tdevelop
[FILE2]
Type=install
diff --git a/languages/python/app_templates/pythonhello/CMakeLists.txt b/languages/python/app_templates/pythonhello/CMakeLists.txt
index 84dfc7b0..dfdbbc3b 100644
--- a/languages/python/app_templates/pythonhello/CMakeLists.txt
+++ b/languages/python/app_templates/pythonhello/CMakeLists.txt
@@ -11,7 +11,7 @@
add_custom_target( pythonhello.tar.gz ALL
COMMAND tar zcf pythonhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
- app.py app.kdevelop pythonhello.png
+ app.py app.tdevelop pythonhello.png
)
diff --git a/languages/python/app_templates/pythonhello/Makefile.am b/languages/python/app_templates/pythonhello/Makefile.am
index 3d66b1a7..2dc4f559 100644
--- a/languages/python/app_templates/pythonhello/Makefile.am
+++ b/languages/python/app_templates/pythonhello/Makefile.am
@@ -1,4 +1,4 @@
-dataFiles = app.py app.kdevelop pythonhello.png
+dataFiles = app.py app.tdevelop pythonhello.png
templateName = pythonhello
### no need to change below:
template_DATA = $(templateName).kdevtemplate
diff --git a/languages/python/app_templates/pythonhello/app.kdevelop b/languages/python/app_templates/pythonhello/app.kdevelop
index 2c494d6a..9826d145 100644
--- a/languages/python/app_templates/pythonhello/app.kdevelop
+++ b/languages/python/app_templates/pythonhello/app.kdevelop
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<kdevelop>
+<tdevelop>
<general>
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
@@ -81,4 +81,4 @@
<type ext="py"/>
</useglobaltypes>
</kdevfilecreate>
-</kdevelop>
+</tdevelop>
diff --git a/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate b/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate
index 6d52cf8a..0e130571 100644
--- a/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate
+++ b/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate
@@ -66,8 +66,8 @@ Archive=pythonhello.tar.gz
[FILE1]
Type=install
EscapeXML=true
-Source=%{src}/app.kdevelop
-Dest=%{dest}/%{APPNAMELC}.kdevelop
+Source=%{src}/app.tdevelop
+Dest=%{dest}/%{APPNAMELC}.tdevelop
[FILE2]
Type=install
diff --git a/languages/python/app_templates/pytk/CMakeLists.txt b/languages/python/app_templates/pytk/CMakeLists.txt
index ad5572b7..1a28ddad 100644
--- a/languages/python/app_templates/pytk/CMakeLists.txt
+++ b/languages/python/app_templates/pytk/CMakeLists.txt
@@ -11,7 +11,7 @@
add_custom_target( pytk.tar.gz ALL
COMMAND tar zcf pytk.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
- app.py app.kdevelop pytk.png
+ app.py app.tdevelop pytk.png
)
diff --git a/languages/python/app_templates/pytk/Makefile.am b/languages/python/app_templates/pytk/Makefile.am
index 0639ee15..d1ebe715 100644
--- a/languages/python/app_templates/pytk/Makefile.am
+++ b/languages/python/app_templates/pytk/Makefile.am
@@ -1,4 +1,4 @@
-dataFiles = app.py app.kdevelop pytk.png
+dataFiles = app.py app.tdevelop pytk.png
templateName = pytk
### no need to change below:
template_DATA = $(templateName).kdevtemplate
diff --git a/languages/python/app_templates/pytk/app.kdevelop b/languages/python/app_templates/pytk/app.kdevelop
index 044ea0b7..1482b842 100644
--- a/languages/python/app_templates/pytk/app.kdevelop
+++ b/languages/python/app_templates/pytk/app.kdevelop
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<kdevelop>
+<tdevelop>
<general>
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
@@ -79,4 +79,4 @@
<type ext="py"/>
</useglobaltypes>
</kdevfilecreate>
-</kdevelop>
+</tdevelop>
diff --git a/languages/python/app_templates/pytk/pytk.kdevtemplate b/languages/python/app_templates/pytk/pytk.kdevtemplate
index 3756df01..3b8ac6bc 100644
--- a/languages/python/app_templates/pytk/pytk.kdevtemplate
+++ b/languages/python/app_templates/pytk/pytk.kdevtemplate
@@ -66,8 +66,8 @@ Archive=pytk.tar.gz
[FILE1]
Type=install
EscapeXML=true
-Source=%{src}/app.kdevelop
-Dest=%{dest}/%{APPNAMELC}.kdevelop
+Source=%{src}/app.tdevelop
+Dest=%{dest}/%{APPNAMELC}.tdevelop
[FILE2]
Type=install
diff --git a/languages/python/doc/python.toc b/languages/python/doc/python.toc
index 08f3b21d..342e213c 100644
--- a/languages/python/doc/python.toc
+++ b/languages/python/doc/python.toc
@@ -1,5 +1,5 @@
-<!DOCTYPE kdeveloptoc>
-<kdeveloptoc>
+<!DOCTYPE tdeveloptoc>
+<tdeveloptoc>
<title>Python</title>
<base href="http://docs.python.org"/>
<tocsect1 name="Tutorial" url="tut/tut.html">
@@ -1567,5 +1567,5 @@
<entry name="xor, bit-wise" url="ref/bitwise.html#l2h-317"/>
<entry name="xor, ZeroDivisionError exception" url="ref/binary.html#l2h-309"/>
</index>
-</kdeveloptoc>
+</tdeveloptoc>
diff --git a/languages/python/doc/python_bugs.toc b/languages/python/doc/python_bugs.toc
index 0b2a5196..136804a5 100644
--- a/languages/python/doc/python_bugs.toc
+++ b/languages/python/doc/python_bugs.toc
@@ -1,7 +1,7 @@
-<!DOCTYPE kdeveloptoc>
-<kdeveloptoc>
+<!DOCTYPE tdeveloptoc>
+<tdeveloptoc>
<title>Python bugs</title>
<base href="http://sourceforge.net/"/>
<tocsect1 name="Query" url="tracker/?group_id=5470&amp;atid=105470">
</tocsect1>
-</kdeveloptoc>
+</tdeveloptoc>
diff --git a/languages/python/pydoc.cpp b/languages/python/pydoc.cpp
index 4b70e170..afe3ce74 100644
--- a/languages/python/pydoc.cpp
+++ b/languages/python/pydoc.cpp
@@ -9,7 +9,7 @@
#include <kstandarddirs.h>
#include <kinstance.h>
#include <kprocess.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kglobal.h>
#include <klocale.h>
@@ -97,7 +97,7 @@ extern "C" {
int kdemain(int argc, char **argv)
{
KInstance instance( "kio_pydoc" );
- KGlobal::locale()->setMainCatalogue("kdevelop");
+ KGlobal::locale()->setMainCatalogue("tdevelop");
if (argc != 4) {
fprintf(stderr, "Usage: kio_pydoc protocol domain-socket1 domain-socket2\n");
diff --git a/languages/python/pythonconfigwidget.cpp b/languages/python/pythonconfigwidget.cpp
index 29103705..09fc00ac 100644
--- a/languages/python/pythonconfigwidget.cpp
+++ b/languages/python/pythonconfigwidget.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/python/pythonconfigwidget.h b/languages/python/pythonconfigwidget.h
index 37427c7a..5cfd8505 100644
--- a/languages/python/pythonconfigwidget.h
+++ b/languages/python/pythonconfigwidget.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/python/pythonimplementationwidget.cpp b/languages/python/pythonimplementationwidget.cpp
index 9aba5441..94835226 100644
--- a/languages/python/pythonimplementationwidget.cpp
+++ b/languages/python/pythonimplementationwidget.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@kdevelop.org *
+ * adymo@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/python/pythonimplementationwidget.h b/languages/python/pythonimplementationwidget.h
index 12db23cd..b20c098c 100644
--- a/languages/python/pythonimplementationwidget.h
+++ b/languages/python/pythonimplementationwidget.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@kdevelop.org *
+ * adymo@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/python/pythonsupportpart.cpp b/languages/python/pythonsupportpart.cpp
index f7014bb6..39e635b3 100644
--- a/languages/python/pythonsupportpart.cpp
+++ b/languages/python/pythonsupportpart.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/python/pythonsupportpart.h b/languages/python/pythonsupportpart.h
index e9e65bfa..ed569f50 100644
--- a/languages/python/pythonsupportpart.h
+++ b/languages/python/pythonsupportpart.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 *
diff --git a/languages/python/qtdesignerpythonintegration.cpp b/languages/python/qtdesignerpythonintegration.cpp
index 267da965..d9503339 100644
--- a/languages/python/qtdesignerpythonintegration.cpp
+++ b/languages/python/qtdesignerpythonintegration.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@kdevelop.org *
+ * adymo@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/python/qtdesignerpythonintegration.h b/languages/python/qtdesignerpythonintegration.h
index 63759d23..f9d9606b 100644
--- a/languages/python/qtdesignerpythonintegration.h
+++ b/languages/python/qtdesignerpythonintegration.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Alexander Dymo *
- * adymo@kdevelop.org *
+ * adymo@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 *