From 3cae03315f68bfc8ea2183fe79079cade9e85656 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:56:14 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 85b400df101ee126c7a5067b6deebbf58403f44b) --- doc/html/editdialog_8h-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/editdialog_8h-source.html') diff --git a/doc/html/editdialog_8h-source.html b/doc/html/editdialog_8h-source.html index 2917ef3..124cc45 100644 --- a/doc/html/editdialog_8h-source.html +++ b/doc/html/editdialog_8h-source.html @@ -39,7 +39,7 @@ 00022 #include "EditDlg.h" 00023 00028 class EditDialog : public EditDlg { -00029 Q_OBJECT +00029 TQ_OBJECT 00030 public: 00031 EditDialog(TQWidget *parent, const char *name, const char* content, bool html); 00032 ~EditDialog(); -- cgit v1.2.3