From 5c10665b7217cbb2cf80505d31cf30817a1a0405 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:42 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 814bf5fc4f403c13b0d8274c7f13fbef183c5c84) --- khelpcenter/fontdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khelpcenter/fontdialog.h') diff --git a/khelpcenter/fontdialog.h b/khelpcenter/fontdialog.h index c38a54e2f..c95004540 100644 --- a/khelpcenter/fontdialog.h +++ b/khelpcenter/fontdialog.h @@ -33,7 +33,7 @@ namespace KHC { class FontDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: FontDialog( TQWidget *parent, const char *name = 0 ); -- cgit v1.2.1