summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/dcasttest.cc4
-rw-r--r--examples/flow.cc6
-rw-r--r--examples/hello_impl.cc4
-rw-r--r--examples/hello_impl.h4
-rw-r--r--examples/helloclient.cc4
-rw-r--r--examples/hellodynamic.cc4
-rw-r--r--examples/hellomain.cc4
-rw-r--r--examples/helloserver.cc4
-rw-r--r--examples/irdemo.cc4
-rw-r--r--examples/referenceinfo.cc4
-rw-r--r--examples/streamsound.cc4
-rw-r--r--examples/testasubsys.cc4
-rw-r--r--examples/testdhandle.cc4
-rw-r--r--examples/x11commtest.cc4
14 files changed, 29 insertions, 29 deletions
diff --git a/examples/dcasttest.cc b/examples/dcasttest.cc
index 2b0c4c7..5066cd7 100644
--- a/examples/dcasttest.cc
+++ b/examples/dcasttest.cc
@@ -16,8 +16,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/flow.cc b/examples/flow.cc
index ca82452..eaddf32 100644
--- a/examples/flow.cc
+++ b/examples/flow.cc
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
@@ -45,7 +45,7 @@ int main()
connect(sin, play, "invalue_left");
connect(sin, play, "invalue_right");
- // start all objects (maybe we should group objects like with TQWidget
+ // start all objects (maybe we should group objects like with QWidget
// parents and such?)
freq.start();
sin.start();
diff --git a/examples/hello_impl.cc b/examples/hello_impl.cc
index 3bcd210..5f7bb68 100644
--- a/examples/hello_impl.cc
+++ b/examples/hello_impl.cc
@@ -18,8 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/hello_impl.h b/examples/hello_impl.h
index 10e080a..13c61a7 100644
--- a/examples/hello_impl.h
+++ b/examples/hello_impl.h
@@ -18,8 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/helloclient.cc b/examples/helloclient.cc
index b63fc9e..f5f3410 100644
--- a/examples/helloclient.cc
+++ b/examples/helloclient.cc
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/hellodynamic.cc b/examples/hellodynamic.cc
index e6a65e6..b55cbf4 100644
--- a/examples/hellodynamic.cc
+++ b/examples/hellodynamic.cc
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/hellomain.cc b/examples/hellomain.cc
index addf0d8..024f97a 100644
--- a/examples/hellomain.cc
+++ b/examples/hellomain.cc
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/helloserver.cc b/examples/helloserver.cc
index bbc966c..01ffa41 100644
--- a/examples/helloserver.cc
+++ b/examples/helloserver.cc
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/irdemo.cc b/examples/irdemo.cc
index 8607119..aedd832 100644
--- a/examples/irdemo.cc
+++ b/examples/irdemo.cc
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/referenceinfo.cc b/examples/referenceinfo.cc
index 9f2b725..b980378 100644
--- a/examples/referenceinfo.cc
+++ b/examples/referenceinfo.cc
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/streamsound.cc b/examples/streamsound.cc
index a5e4327..170d6de 100644
--- a/examples/streamsound.cc
+++ b/examples/streamsound.cc
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/testasubsys.cc b/examples/testasubsys.cc
index c3ea6aa..b70bf9d 100644
--- a/examples/testasubsys.cc
+++ b/examples/testasubsys.cc
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/testdhandle.cc b/examples/testdhandle.cc
index e012762..564687d 100644
--- a/examples/testdhandle.cc
+++ b/examples/testdhandle.cc
@@ -17,8 +17,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/
diff --git a/examples/x11commtest.cc b/examples/x11commtest.cc
index 7f1bf2e..c1b27dd 100644
--- a/examples/x11commtest.cc
+++ b/examples/x11commtest.cc
@@ -18,8 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Permission is also granted to link this program with the TQt
- library, treating TQt like a library that normally accompanies the
+ Permission is also granted to link this program with the Qt
+ library, treating Qt like a library that normally accompanies the
operating system kernel, whether or not that is in fact the case.
*/