diff options
Diffstat (limited to 'examples/flow.cc')
-rw-r--r-- | examples/flow.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |