From 3c9c6c22a3e443bf98087def488e60f381a09bad Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:21 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 44548d3e71aab859c1547104f3419fd288add594) --- kbugbuster/gui/msginputdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbugbuster/gui/msginputdialog.h') diff --git a/kbugbuster/gui/msginputdialog.h b/kbugbuster/gui/msginputdialog.h index ed7576e0..02d89e3d 100644 --- a/kbugbuster/gui/msginputdialog.h +++ b/kbugbuster/gui/msginputdialog.h @@ -12,7 +12,7 @@ class TDEListBox; class MsgInputDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum MessageType{ Close, Reply, ReplyPrivate }; -- cgit v1.2.1