diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:08:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:08:11 +0900 |
commit | 93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa (patch) | |
tree | 52b9909026c07bdc1293b24155f5ca76da9b2585 /quanta/utility/newstuff.h | |
parent | c98eae507be2ac4fb98b907ee82985d3310497c8 (diff) | |
download | tdewebdev-93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa.tar.gz tdewebdev-93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'quanta/utility/newstuff.h')
-rw-r--r-- | quanta/utility/newstuff.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/quanta/utility/newstuff.h b/quanta/utility/newstuff.h index c35be15b..929734d6 100644 --- a/quanta/utility/newstuff.h +++ b/quanta/utility/newstuff.h @@ -31,7 +31,7 @@ class KURL; class QNewDTEPStuff: public TDENewStuffSecure { - Q_OBJECT + TQ_OBJECT public: @@ -50,7 +50,7 @@ Makes possible downloading and installing a Toolbar resource files from a server */ class QNewToolbarStuff: public TDENewStuffSecure { - Q_OBJECT + TQ_OBJECT public: @@ -71,7 +71,7 @@ Makes possible downloading and installing a template resource files from a serve */ class QNewTemplateStuff: public TDENewStuffSecure { - Q_OBJECT + TQ_OBJECT public: @@ -92,7 +92,7 @@ Makes possible downloading and installing a script resource files from a server. */ class QNewScriptStuff: public TDENewStuffSecure { - Q_OBJECT + TQ_OBJECT public: @@ -111,7 +111,7 @@ Makes possible downloading and installing a documentation resource files from a */ class QNewDocStuff: public TDENewStuffSecure { - Q_OBJECT + TQ_OBJECT public: |