From 55cd4e5c5697a37d6845e2f056a16c512799023c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7) --- tdenewstuff/downloaddialog.h | 2 +- tdenewstuff/engine.h | 2 +- tdenewstuff/ghns.h | 2 +- tdenewstuff/knewstuffbutton.h | 2 +- tdenewstuff/knewstuffsecure.h | 2 +- tdenewstuff/provider.h | 4 ++-- tdenewstuff/providerdialog.h | 2 +- tdenewstuff/security.h | 2 +- tdenewstuff/testnewstuff.h | 2 +- tdenewstuff/uploaddialog.h | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) (limited to 'tdenewstuff') 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 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. -- cgit v1.2.1