From 3f99eceeeb15286e2d6dc46f4d25e29d551ef6c2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:03:54 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- krusader/GUI/dirhistoryqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krusader/GUI/dirhistoryqueue.h') diff --git a/krusader/GUI/dirhistoryqueue.h b/krusader/GUI/dirhistoryqueue.h index 9207c80..30a23a4 100644 --- a/krusader/GUI/dirhistoryqueue.h +++ b/krusader/GUI/dirhistoryqueue.h @@ -28,7 +28,7 @@ class ListPanel; */ class DirHistoryQueue : public TQObject { - Q_OBJECT + TQ_OBJECT public: DirHistoryQueue(ListPanel* p); -- cgit v1.2.3