From 3f7e9604b26e3884f9de8ff5ae5567f4594e7466 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Wed, 21 Dec 2011 14:07:45 -0600
Subject: Rename obsolete tq methods to standard names

---
 ChangeLog | 6 +++---
 INSTALL   | 2 +-
 ltmain.sh | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8820db3..5b7d9e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1286,13 +1286,13 @@
 2005-10-24  Robert McQueen <robot101@debian.org>
 
 	* python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
-	derive from tqunicode instead of str, and encode/decode UTF-8 when
+	derive from unicode instead of str, and encode/decode UTF-8 when
 	marshalling/unmarshalling bus messages
 
 	* python/introspect_parser.py: encode introspection data as UTF-8
 	before passing the buffer into libxml2
 
-	* test/python/test-client.py: add tqunicode test strings
+	* test/python/test-client.py: add unicode test strings
 
 	* test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
 	ignore generated python test files
@@ -5434,7 +5434,7 @@
 	thorough.
 
 	* qt/message.cpp: port to the new message args API
-	(operator<<): use str.utf8() rather than str.tqunicode()
+	(operator<<): use str.utf8() rather than str.unicode()
 	(pretty sure this is right from the Qt docs?)
 
 	* glib/dbus-gvalue.c: port to the new message args API
diff --git a/INSTALL b/INSTALL
index 97da2b3..f6850c2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -207,7 +207,7 @@ give `configure' the option `--exec-prefix=PATH', the package will use
 PATH as the prefix for installing programs and libraries.
 Documentation and other data files will still use the regular prefix.
 
-   In addition, if you use an unusual directory tqlayout you can give
+   In addition, if you use an unusual directory layout you can give
 options like `--bindir=PATH' to specify different values for particular
 kinds of files.  Run `configure --help' for a list of the directories
 you can set and what kinds of files go in them.
diff --git a/ltmain.sh b/ltmain.sh
index c398466..c715b59 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1590,7 +1590,7 @@ EOF
 	continue
 	;;
 
-      # Tru64 UNIX uses -model [arg] to determine the tqlayout of C++
+      # Tru64 UNIX uses -model [arg] to determine the layout of C++
       # classes, name mangling, and exception handling.
       -model)
 	compile_command="$compile_command $arg"
-- 
cgit v1.2.1