summaryrefslogtreecommitdiffstats
path: root/src/kchmindexwindow.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:31:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:31:15 +0900
commit1dd43d62c9d83373117df38a7c4bad9fe12b5e32 (patch)
tree9bda5025d31326af238f2e5af73344df1044bc95 /src/kchmindexwindow.h
parent525bd105c81da09253650175510572664fed9453 (diff)
downloadkchmviewer-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/kchmindexwindow.h')
-rw-r--r--src/kchmindexwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmindexwindow.h b/src/kchmindexwindow.h
index be2184f..69ce64c 100644
--- a/src/kchmindexwindow.h
+++ b/src/kchmindexwindow.h
@@ -32,7 +32,7 @@
*/
class KCHMIndexWindow : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KCHMIndexWindow ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );