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-26 10:58:15 +0900 |
commit | 65a46dddbca308eb0a91c02b580ca50c024fb7df (patch) | |
tree | 9bda5025d31326af238f2e5af73344df1044bc95 /src/kchmcontentswindow.h | |
parent | 525bd105c81da09253650175510572664fed9453 (diff) | |
download | kchmviewer-65a46dddbca308eb0a91c02b580ca50c024fb7df.tar.gz kchmviewer-65a46dddbca308eb0a91c02b580ca50c024fb7df.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1dd43d62c9d83373117df38a7c4bad9fe12b5e32)
Diffstat (limited to 'src/kchmcontentswindow.h')
-rw-r--r-- | src/kchmcontentswindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmcontentswindow.h b/src/kchmcontentswindow.h index 5c29956..83b27db 100644 --- a/src/kchmcontentswindow.h +++ b/src/kchmcontentswindow.h @@ -30,7 +30,7 @@ */ class KCHMContentsWindow : public KQListView { - Q_OBJECT + TQ_OBJECT public: KCHMContentsWindow( TQWidget *parent = 0, const char *name = 0 ); |