diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:31:15 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-26 10:58:15 +0900 |
commit | 65a46dddbca308eb0a91c02b580ca50c024fb7df (patch) | |
tree | 9bda5025d31326af238f2e5af73344df1044bc95 /src/tde | |
parent | 525bd105c81da09253650175510572664fed9453 (diff) | |
download | kchmviewer-65a46dddbca308eb0a91c02b580ca50c024fb7df.tar.gz kchmviewer-65a46dddbca308eb0a91c02b580ca50c024fb7df.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1dd43d62c9d83373117df38a7c4bad9fe12b5e32)
Diffstat (limited to 'src/tde')
-rw-r--r-- | src/tde/kchmdcopiface.h | 2 | ||||
-rw-r--r-- | src/tde/kchmviewwindow_tdehtmlpart.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 ); |