diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:39 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 11:54:54 +0900 | 
| commit | 85fd1ac18195cd35506117940c1d172bed218ecb (patch) | |
| tree | 1a0237b86a04d3e127de87029c544e73eaca51d5 /TODO | |
| parent | daf5e78d69117534c9aa08cc3249b7aabf3b87b6 (diff) | |
| download | arts-85fd1ac1.tar.gz arts-85fd1ac1.zip | |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0d8b0ecdf579c539c4e2cb4cd4368a35d25692e7)
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
