summaryrefslogtreecommitdiffstats
path: root/tdenewstuff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:36:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 19:44:38 +0900
commit8eb500c4e81229a9853e2f9bac4f39450083f3d7 (patch)
tree3c700b8550635d12c771ff0a1cb310a40a88e4b7 /tdenewstuff
parenta91e58bb975c56acdab25227a8b1c1c842dbdd34 (diff)
downloadtdelibs-8eb500c4e81229a9853e2f9bac4f39450083f3d7.tar.gz
tdelibs-8eb500c4e81229a9853e2f9bac4f39450083f3d7.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdenewstuff')
-rw-r--r--tdenewstuff/downloaddialog.h2
-rw-r--r--tdenewstuff/engine.h2
-rw-r--r--tdenewstuff/ghns.h2
-rw-r--r--tdenewstuff/knewstuffbutton.h2
-rw-r--r--tdenewstuff/knewstuffsecure.h2
-rw-r--r--tdenewstuff/provider.h4
-rw-r--r--tdenewstuff/providerdialog.h2
-rw-r--r--tdenewstuff/security.h2
-rw-r--r--tdenewstuff/testnewstuff.h2
-rw-r--r--tdenewstuff/uploaddialog.h2
10 files changed, 11 insertions, 11 deletions
diff --git a/tdenewstuff/downloaddialog.h b/tdenewstuff/downloaddialog.h
index 5756a4e6e..207d24fb4 100644
--- a/tdenewstuff/downloaddialog.h
+++ b/tdenewstuff/downloaddialog.h
@@ -56,7 +56,7 @@ class Engine;
*/
class KDE_EXPORT DownloadDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
struct Private;
public:
/**
diff --git a/tdenewstuff/engine.h b/tdenewstuff/engine.h
index 432f3b04c..0cac342ab 100644
--- a/tdenewstuff/engine.h
+++ b/tdenewstuff/engine.h
@@ -51,7 +51,7 @@ class ProviderDialog;
*/
class KDE_EXPORT Engine : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
struct Private;
public:
/**
diff --git a/tdenewstuff/ghns.h b/tdenewstuff/ghns.h
index 7eea0c489..3cb70da65 100644
--- a/tdenewstuff/ghns.h
+++ b/tdenewstuff/ghns.h
@@ -32,7 +32,7 @@
class GhnsWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
GhnsWidget();
~GhnsWidget();
diff --git a/tdenewstuff/knewstuffbutton.h b/tdenewstuff/knewstuffbutton.h
index e4a98ae3a..7cad1b0a8 100644
--- a/tdenewstuff/knewstuffbutton.h
+++ b/tdenewstuff/knewstuffbutton.h
@@ -36,7 +36,7 @@ class DownloadDialog;
*/
class Button : public KPushButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/tdenewstuff/knewstuffsecure.h b/tdenewstuff/knewstuffsecure.h
index 1c292a9a8..bb07a8637 100644
--- a/tdenewstuff/knewstuffsecure.h
+++ b/tdenewstuff/knewstuffsecure.h
@@ -39,7 +39,7 @@ to the standard TDENewStuff class.
*/
class KDE_EXPORT TDENewStuffSecure : public TQObject, public TDENewStuff
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** Constructor.
diff --git a/tdenewstuff/provider.h b/tdenewstuff/provider.h
index 0a65d64fc..0c62edca1 100644
--- a/tdenewstuff/provider.h
+++ b/tdenewstuff/provider.h
@@ -46,7 +46,7 @@ namespace KNS {
*/
class KDE_EXPORT Provider : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
typedef TQPtrList<Provider> List;
@@ -190,7 +190,7 @@ class KDE_EXPORT Provider : public TQObject
*/
class KDE_EXPORT ProviderLoader : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor.
diff --git a/tdenewstuff/providerdialog.h b/tdenewstuff/providerdialog.h
index fe7652f14..d951801bd 100644
--- a/tdenewstuff/providerdialog.h
+++ b/tdenewstuff/providerdialog.h
@@ -42,7 +42,7 @@ class Engine;
*/
class ProviderDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
Constructor.
diff --git a/tdenewstuff/security.h b/tdenewstuff/security.h
index 230821e7e..ac3f4f1a0 100644
--- a/tdenewstuff/security.h
+++ b/tdenewstuff/security.h
@@ -43,7 +43,7 @@ namespace KNS {
class Security : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
static Security* const ref()
{
diff --git a/tdenewstuff/testnewstuff.h b/tdenewstuff/testnewstuff.h
index acd9aece4..9d4f71274 100644
--- a/tdenewstuff/testnewstuff.h
+++ b/tdenewstuff/testnewstuff.h
@@ -42,7 +42,7 @@ class TestNewStuff : public TDENewStuff
class MyWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
MyWidget();
~MyWidget();
diff --git a/tdenewstuff/uploaddialog.h b/tdenewstuff/uploaddialog.h
index 3fc068e3a..906f2ea9f 100644
--- a/tdenewstuff/uploaddialog.h
+++ b/tdenewstuff/uploaddialog.h
@@ -46,7 +46,7 @@ class Entry;
*/
class UploadDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
Constructor.