From 6eb92df39ef692dda2e22f42b02772d0afccf3a4 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 27 Jul 2010 18:27:11 +0000 Subject: Initial TQT conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1155618 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- examples/dcasttest.cc | 4 ++-- examples/flow.cc | 6 +++--- examples/hello_impl.cc | 4 ++-- examples/hello_impl.h | 4 ++-- examples/helloclient.cc | 4 ++-- examples/hellodynamic.cc | 4 ++-- examples/hellomain.cc | 4 ++-- examples/helloserver.cc | 4 ++-- examples/irdemo.cc | 4 ++-- examples/referenceinfo.cc | 4 ++-- examples/streamsound.cc | 4 ++-- examples/testasubsys.cc | 4 ++-- examples/testdhandle.cc | 4 ++-- examples/x11commtest.cc | 4 ++-- 14 files changed, 29 insertions(+), 29 deletions(-) (limited to 'examples') diff --git a/examples/dcasttest.cc b/examples/dcasttest.cc index 5066cd7..2b0c4c7 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 eaddf32..ca82452 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 QWidget + // start all objects (maybe we should group objects like with TQWidget // parents and such?) freq.start(); sin.start(); diff --git a/examples/hello_impl.cc b/examples/hello_impl.cc index 5f7bb68..3bcd210 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 13c61a7..10e080a 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 f5f3410..b63fc9e 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 b55cbf4..e6a65e6 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 024f97a..addf0d8 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 01ffa41..bbc966c 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 aedd832..8607119 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 b980378..9f2b725 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 170d6de..a5e4327 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 b70bf9d..c3ea6aa 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 564687d..e012762 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt 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 c1b27dd..7f1bf2e 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 Qt - library, treating Qt like a library that normally accompanies the + Permission is also granted to link this program with the TQt + library, treating TQt like a library that normally accompanies the operating system kernel, whether or not that is in fact the case. */ -- cgit v1.2.1