From e1e7558d74bce9c95948ff07d0595ac3c5728aba Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:17:48 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- libk3b/tools/k3bthreadwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libk3b/tools/k3bthreadwidget.h') diff --git a/libk3b/tools/k3bthreadwidget.h b/libk3b/tools/k3bthreadwidget.h index 89fefda..5ac5c3e 100644 --- a/libk3b/tools/k3bthreadwidget.h +++ b/libk3b/tools/k3bthreadwidget.h @@ -34,7 +34,7 @@ namespace K3bDevice { */ class K3bThreadWidget : public TQObject { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1