diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:04:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:04:36 +0900 |
commit | b3cc48757ddbafffbed4ae7fa6b0e4c46b5cab9f (patch) | |
tree | 45512051628d7271e57a7f08ae59830df4e5fdb8 | |
parent | 81f288bfad2c8c6d332e0b406b05184507b5242d (diff) | |
download | polkit-agent-tde-b3cc48757ddbafffbed4ae7fa6b0e4c46b5cab9f.tar.gz polkit-agent-tde-b3cc48757ddbafffbed4ae7fa6b0e4c46b5cab9f.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/AuthDialog.h | 4 | ||||
-rw-r--r-- | 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); |