summaryrefslogtreecommitdiffstats
path: root/noatun
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:44:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:26:28 +0900
commite5e8e3221561c92ace9e485a3b8778da1e4b5fbb (patch)
treee1e83d02ec6997a200b37d56e11815ee79146bae /noatun
parent06dd1557e7112a3965f7ea777e149fcb0a10b630 (diff)
downloadtdemultimedia-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')
-rw-r--r--noatun/modules/making_plugins2
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.