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-20 14:03:54 +0900 |
commit | 3f99eceeeb15286e2d6dc46f4d25e29d551ef6c2 (patch) | |
tree | b0ee0f99ed9e64846c7c51fbd0a5e13495234af1 /krusader/GUI/dirhistoryqueue.h | |
parent | ec1a422d2f9685f72e0b23387ca117ef221f4fb2 (diff) | |
download | krusader-3f99eceeeb15286e2d6dc46f4d25e29d551ef6c2.tar.gz krusader-3f99eceeeb15286e2d6dc46f4d25e29d551ef6c2.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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); |