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:26:28 +0900 |
commit | e5e8e3221561c92ace9e485a3b8778da1e4b5fbb (patch) | |
tree | e1e83d02ec6997a200b37d56e11815ee79146bae /noatun/modules | |
parent | 06dd1557e7112a3965f7ea777e149fcb0a10b630 (diff) | |
download | tdemultimedia-e5e8e3221561c92ace9e485a3b8778da1e4b5fbb.tar.gz tdemultimedia-e5e8e3221561c92ace9e485a3b8778da1e4b5fbb.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 938578ffc3e80f59646041c2483985f1d70692f6)
Diffstat (limited to 'noatun/modules')
-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. |