diff options
Diffstat (limited to 'developer-doc')
-rw-r--r-- | developer-doc/Makefile.am | 4 | ||||
-rw-r--r-- | developer-doc/phb/cvs-examples.docbook | 2 | ||||
-rw-r--r-- | developer-doc/phb/rpm-example.docbook | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/developer-doc/Makefile.am b/developer-doc/Makefile.am index 5b0934b..643c773 100644 --- a/developer-doc/Makefile.am +++ b/developer-doc/Makefile.am @@ -1,7 +1,7 @@ KDE_OPTIONS = noautodist -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## SUBDIRS = phb -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ diff --git a/developer-doc/phb/cvs-examples.docbook b/developer-doc/phb/cvs-examples.docbook index ab34aee..da29be8 100644 --- a/developer-doc/phb/cvs-examples.docbook +++ b/developer-doc/phb/cvs-examples.docbook @@ -618,7 +618,7 @@ development branch. That's it! <para> Of course, a fix to a source code file would be followed by a visual inspection (that's where <command>vi</command> or -<command>kdevelop</command> come into play) and a compile run with further +<command>tdevelop</command> come into play) and a compile run with further testing before the change is checked back into the repository. </para> </footnote> diff --git a/developer-doc/phb/rpm-example.docbook b/developer-doc/phb/rpm-example.docbook index 5e63a4c..213e1ec 100644 --- a/developer-doc/phb/rpm-example.docbook +++ b/developer-doc/phb/rpm-example.docbook @@ -60,7 +60,7 @@ Packager: %packer Group: Productivity/Office/Finance Source0: %{name}2-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}2-%{version}-%{release}-build -BuildRequires: kdebase3-devel +BuildRequires: tdebase3-devel Prereq: /sbin/ldconfig %description |