summaryrefslogtreecommitdiffstats
path: root/tdehtml/tdehtml-devel-gdb
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:54:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 15:54:26 -0600
commit7427e438358d44c37e3c8b0a9cfbb225ffd60e79 (patch)
treed977f1d23d324f23aadee0ad50acb94d7436ba80 /tdehtml/tdehtml-devel-gdb
parent72eecb041bf15bf64b748fc062d55f6ec860ac60 (diff)
downloadtdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.tar.gz
tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.zip
Rename KHTML and kiobuffer
Diffstat (limited to 'tdehtml/tdehtml-devel-gdb')
-rw-r--r--tdehtml/tdehtml-devel-gdb6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdehtml/tdehtml-devel-gdb b/tdehtml/tdehtml-devel-gdb
index 02030b2d6..f8a9542e8 100644
--- a/tdehtml/tdehtml-devel-gdb
+++ b/tdehtml/tdehtml-devel-gdb
@@ -1,4 +1,4 @@
-# This file defines handy gdb macros for KHTML
+# This file defines handy gdb macros for TDEHTML
# To use it, add this line to your ~/.gdbinit :
# source /path/to/kde/sources/tdelibs/tdehtml/tdehtml-devel-gdb
@@ -6,7 +6,7 @@ define printdomstring
printdomstringimpl $arg0.impl
end
document printdomstring
- Prints the contents of a KHTML DOMString.
+ Prints the contents of a TDEHTML DOMString.
end
define printdomstringimpl
set $i=0
@@ -17,6 +17,6 @@ define printdomstringimpl
printf "\n"
end
document printdomstringimpl
- Prints the contents of a KHTML DOMStringImpl.
+ Prints the contents of a TDEHTML DOMStringImpl.
end