summaryrefslogtreecommitdiffstats
path: root/quanta/utility/newstuff.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:08:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:08:11 +0900
commit93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa (patch)
tree52b9909026c07bdc1293b24155f5ca76da9b2585 /quanta/utility/newstuff.h
parentc98eae507be2ac4fb98b907ee82985d3310497c8 (diff)
downloadtdewebdev-93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa.tar.gz
tdewebdev-93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/utility/newstuff.h')
-rw-r--r--quanta/utility/newstuff.h10
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: