From 65a46dddbca308eb0a91c02b580ca50c024fb7df Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:31:15 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 1dd43d62c9d83373117df38a7c4bad9fe12b5e32) --- src/tde/kchmdcopiface.h | 2 +- src/tde/kchmviewwindow_tdehtmlpart.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tde') diff --git a/src/tde/kchmdcopiface.h b/src/tde/kchmdcopiface.h index 6922a82..1fd2ff2 100644 --- a/src/tde/kchmdcopiface.h +++ b/src/tde/kchmdcopiface.h @@ -29,7 +29,7 @@ class KCHMDCOPIface : public TQObject, public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/src/tde/kchmviewwindow_tdehtmlpart.h b/src/tde/kchmviewwindow_tdehtmlpart.h index 0dcbe47..ee7d7d3 100644 --- a/src/tde/kchmviewwindow_tdehtmlpart.h +++ b/src/tde/kchmviewwindow_tdehtmlpart.h @@ -44,7 +44,7 @@ #if defined (USE_KDE) class KCHMViewWindow_TDEHTMLPart : public TDEHTMLPart, public KCHMViewWindow { -Q_OBJECT +TQ_OBJECT public: KCHMViewWindow_TDEHTMLPart( TQTabWidget * parent ); -- cgit v1.2.3