Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/14/head
Michele Calgaro 7 months ago
parent 0f8861a034
commit 0d8b0ecdf5
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -206,7 +206,7 @@ Example: problematic assertion
approximately what the C API can do
* don't export implementation details in the API - for instance
KAudio(Play|Record)Stream should probably only inherit from QObject, and
KAudio(Play|Record)Stream should probably only inherit from TQObject, and
only "use" some aRts objects to do the actual work - that way, they can
be changed/modified more easily afterwards

@ -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();

Loading…
Cancel
Save