From a1b12fcc36c58f543e271eec2db24effade79d2f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:55:25 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/stylesheetdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stylesheetdialog.h') diff --git a/src/stylesheetdialog.h b/src/stylesheetdialog.h index fd200f2..34a823a 100644 --- a/src/stylesheetdialog.h +++ b/src/stylesheetdialog.h @@ -42,7 +42,7 @@ class TQStringList; // ================================= class StylesheetDialog : public KDialogBase -{ Q_OBJECT +{ TQ_OBJECT public: StylesheetDialog( const TQString& currentStylesheetURL, -- cgit v1.2.3