diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:04:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 13:16:11 +0900 |
commit | 0f1dee482b6a2683a2c7ab0670e0a765c2508d2e (patch) | |
tree | 900f07de6bfa8a76d0559552340f600b302f21b3 /src/tdebluezauth/pindialog.h | |
parent | 27b70ff7c4df708291f9c4a16977438894b80f5f (diff) | |
download | tdebluez-0f1dee482b6a2683a2c7ab0670e0a765c2508d2e.tar.gz tdebluez-0f1dee482b6a2683a2c7ab0670e0a765c2508d2e.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bcf08b15c538ea1181c38e1ef51a2b4f08a92e83)
Diffstat (limited to 'src/tdebluezauth/pindialog.h')
-rw-r--r-- | src/tdebluezauth/pindialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdebluezauth/pindialog.h b/src/tdebluezauth/pindialog.h index f99fd1f..95aacd6 100644 --- a/src/tdebluezauth/pindialog.h +++ b/src/tdebluezauth/pindialog.h @@ -39,7 +39,7 @@ class PinDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PinDialog(const TQString &addr, const TQString &devName); |