diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:44:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:25:45 +0900 |
commit | 938578ffc3e80f59646041c2483985f1d70692f6 (patch) | |
tree | fd8136821b289de4ae641d9918ccde21f2ad8dfa /noatun | |
parent | d511927cacf0c23c103b13b222743f06cfe7b94f (diff) | |
download | tdemultimedia-938578ffc3e80f59646041c2483985f1d70692f6.tar.gz tdemultimedia-938578ffc3e80f59646041c2483985f1d70692f6.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun')
-rw-r--r-- | noatun/modules/making_plugins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/making_plugins b/noatun/modules/making_plugins index cb921cc2..0134b321 100644 --- a/noatun/modules/making_plugins +++ b/noatun/modules/making_plugins @@ -6,7 +6,7 @@ You're free to use the net plugin as a base, I've licensed it under the public domain, so you can relicense it however you wish (preferably not GPL, though :) -Remember that QObject must derive first. +Remember that TQObject must derive first. Do a "return this;" in the PlayList *playlist() const; function, if your class is a playlist, otherwise, don't even override that function. |