diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:31:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:31:15 +0900 |
commit | 1dd43d62c9d83373117df38a7c4bad9fe12b5e32 (patch) | |
tree | 9bda5025d31326af238f2e5af73344df1044bc95 /src/tde/kchmviewwindow_tdehtmlpart.h | |
parent | 525bd105c81da09253650175510572664fed9453 (diff) | |
download | kchmviewer-1dd43d62c9d83373117df38a7c4bad9fe12b5e32.tar.gz kchmviewer-1dd43d62c9d83373117df38a7c4bad9fe12b5e32.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tde/kchmviewwindow_tdehtmlpart.h')
-rw-r--r-- | src/tde/kchmviewwindow_tdehtmlpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |