From 107ab7796f5e050b4d96d1ebf8e7121a61f6279d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:43 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 678ee0d63590ba7bf1cad32070c229d699617a3c) --- juk/filerenameroptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juk/filerenameroptions.h') diff --git a/juk/filerenameroptions.h b/juk/filerenameroptions.h index 9e82394b..82cc1584 100644 --- a/juk/filerenameroptions.h +++ b/juk/filerenameroptions.h @@ -27,7 +27,7 @@ */ class FileRenamerTagOptions : public FileRenamerTagOptionsBase { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ class FileRenamerTagOptions : public FileRenamerTagOptionsBase */ class TagOptionsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1