From 9c40420b261ea30555cabc299829028ee345b9e5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:57 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- buildtools/autotools/fileselectorwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildtools/autotools/fileselectorwidget.h') diff --git a/buildtools/autotools/fileselectorwidget.h b/buildtools/autotools/fileselectorwidget.h index 0de3f189..b4dbcf00 100644 --- a/buildtools/autotools/fileselectorwidget.h +++ b/buildtools/autotools/fileselectorwidget.h @@ -39,7 +39,7 @@ class KFile; class KDnDDirOperator : public KDirOperator { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ protected: class FileSelectorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1