From 4c64ef827f7666f86a497c50ab920d4afc56b3ff Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:34:44 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/fileview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileview.h') diff --git a/src/fileview.h b/src/fileview.h index 9044061..e8d6186 100644 --- a/src/fileview.h +++ b/src/fileview.h @@ -42,7 +42,7 @@ class FileView : public FileViewLayout { - Q_OBJECT + TQ_OBJECT public: FileView(TQWidget* pParent = 0, const char* szName = 0, WFlags fl = 0); -- cgit v1.2.1