diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:03:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 13:10:26 +0900 |
commit | 8b0a825339999107baf92c602485e07ad62f66a7 (patch) | |
tree | 11c3246253b7e2ab6ab328d91fd35f6fe6dbe4cd /krusader/GUI/dirhistoryqueue.h | |
parent | dfcb5484747760bba3a8afc363886a45a7764023 (diff) | |
download | krusader-8b0a8253.tar.gz krusader-8b0a8253.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3f99eceeeb15286e2d6dc46f4d25e29d551ef6c2)
Diffstat (limited to 'krusader/GUI/dirhistoryqueue.h')
-rw-r--r-- | krusader/GUI/dirhistoryqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |