summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdesdk/debian/tdesdk-scripts-trinity.README.Debian
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-05-30 12:33:26 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-05-30 12:33:26 +0200
commit5a31840a564ab702e9223abd63f281deaaabeb31 (patch)
treece913e0698d31b507c748a48ef7cb584ed08c16a /ubuntu/maverick/tdesdk/debian/tdesdk-scripts-trinity.README.Debian
parent9814f425f0dae6fa0fb869ef038495df9dd0e588 (diff)
parent650aae664769307d2d65098402dfa959b0d4c829 (diff)
downloadtde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.tar.gz
tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.zip
merge
Diffstat (limited to 'ubuntu/maverick/tdesdk/debian/tdesdk-scripts-trinity.README.Debian')
-rw-r--r--ubuntu/maverick/tdesdk/debian/tdesdk-scripts-trinity.README.Debian6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick/tdesdk/debian/tdesdk-scripts-trinity.README.Debian b/ubuntu/maverick/tdesdk/debian/tdesdk-scripts-trinity.README.Debian
index ec8ff7295..f0ff0c7b8 100644
--- a/ubuntu/maverick/tdesdk/debian/tdesdk-scripts-trinity.README.Debian
+++ b/ubuntu/maverick/tdesdk/debian/tdesdk-scripts-trinity.README.Debian
@@ -13,7 +13,7 @@ Debugger macros:
Editor helper files:
Both vim and emacs helper files are provided containing many functions
- and keybindings for developing KDE/Qt/C++ applications.
+ and keybindings for developing TDE/TQt/C++ applications.
To use the vim helper file, add this line to your ~/.vimrc :
@@ -39,7 +39,7 @@ Shell completion controls:
To enable completion controls for zsh, you need to add the following
lines to your ~/.zshrc :
- # Add the KDE completion controls to the zsh function path.
+ # Add the TDE completion controls to the zsh function path.
set -A fpath $fpath /usr/share/tdesdk-scripts/completions/zsh
# Initialise the zsh completion system.
@@ -54,7 +54,7 @@ Shell completion controls:
Valgrind error suppressions:
A valgrind suppression file is included for ignoring things we don't
- care about when valgrinding KDE applications.
+ care about when valgrinding TDE applications.
The suppression file is provided as /usr/lib/valgrind/kde.supp .