summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:42:39 +0900
committerMichele Calgaro <[email protected]>2023-09-23 12:42:39 +0900
commit0d8b0ecdf579c539c4e2cb4cd4368a35d25692e7 (patch)
tree90020c65780d069c23fbf7e62fd31f238a6abe7e /examples
parent0f8861a034e3cadff8039330624a41879ed80182 (diff)
downloadarts-0d8b0ecdf579c539c4e2cb4cd4368a35d25692e7.tar.gz
arts-0d8b0ecdf579c539c4e2cb4cd4368a35d25692e7.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/flow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/flow.cpp b/examples/flow.cpp
index eaddf32..33bf959 100644
--- a/examples/flow.cpp
+++ b/examples/flow.cpp
@@ -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();