summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdesdk/debian/tdesdk-scripts-trinity.README.Debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-05-27 01:39:46 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-05-27 01:39:46 +0200
commitc7bb5f0b917b82aed4203df3be0585be82077d9c (patch)
tree7fa282a673c1105611e13966e69baedba34af670 /ubuntu/maverick/tdesdk/debian/tdesdk-scripts-trinity.README.Debian
parentb33e4034e7490e5895a5cb2cc54949354842f9d9 (diff)
downloadtde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.tar.gz
tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.zip
Branding cleanup on Debian and Ubuntu
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 .