diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:55 +0900 |
commit | b9781b38d8fd868d592d6dee0417f6ab0ea57ac5 (patch) | |
tree | 4e2073eae14aafbd8acbd65a5c5c668400c2a9f0 /kjsembed/plugin | |
parent | 093291ecbc9d8af41de7e06904f1ba3a8b51dfdf (diff) | |
download | tdebindings-b9781b38d8fd868d592d6dee0417f6ab0ea57ac5.tar.gz tdebindings-b9781b38d8fd868d592d6dee0417f6ab0ea57ac5.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjsembed/plugin')
-rw-r--r-- | kjsembed/plugin/jsconsoleplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/plugin/jsconsoleplugin.h b/kjsembed/plugin/jsconsoleplugin.h index 1c1e7138..17e0b6a9 100644 --- a/kjsembed/plugin/jsconsoleplugin.h +++ b/kjsembed/plugin/jsconsoleplugin.h @@ -34,7 +34,7 @@ namespace KJSEmbed { */ class JSConsolePlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: JSConsolePlugin( TQObject *parent, const char *name, const TQStringList & ); |