From a05aea1d30e55ba1e6f7424d9c379db434095e15 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:04:36 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit b3cc48757ddbafffbed4ae7fa6b0e4c46b5cab9f) --- src/AuthDialog.h | 4 ++-- src/polkit-listener.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AuthDialog.h b/src/AuthDialog.h index 9c8cb65..b5cb67b 100644 --- a/src/AuthDialog.h +++ b/src/AuthDialog.h @@ -37,7 +37,7 @@ class AuthDialogWidget; class AuthDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AuthDialog(const TQString &actionId, const TQString &message, @@ -73,7 +73,7 @@ class AuthDialog : public KDialogBase class AuthDetails : public AuthDetailsWidget { - Q_OBJECT + TQ_OBJECT public: AuthDetails(const PolkitTQt::Details &details, diff --git a/src/polkit-listener.h b/src/polkit-listener.h index bffd21a..e37e089 100644 --- a/src/polkit-listener.h +++ b/src/polkit-listener.h @@ -27,7 +27,7 @@ class AuthDialog; class PolkitListener : public PolkitTQt::Agent::Listener { - Q_OBJECT + TQ_OBJECT public: PolkitListener(TQObject *parent = 0); -- cgit v1.2.3