diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-19 14:47:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-26 16:41:41 +0900 |
commit | 33583365e5dec62d38d220a7dec92709e906e973 (patch) | |
tree | 1aa44abd48247c445185f401525712efe6ef5bed /src/fileaccess.h | |
parent | 955c49f5fc64a74216cc7711123376d1c05cb2f2 (diff) | |
download | kdiff3-33583365.tar.gz kdiff3-33583365.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c46be605257ef2a44573d27386ec875c2ffa487a)
Diffstat (limited to 'src/fileaccess.h')
-rw-r--r-- | src/fileaccess.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileaccess.h b/src/fileaccess.h index d6afad0..b87c54a 100644 --- a/src/fileaccess.h +++ b/src/fileaccess.h @@ -121,7 +121,7 @@ class t_DirectoryList : public std::list<FileAccess> class FileAccessJobHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: FileAccessJobHandler( FileAccess* pFileAccess ); @@ -174,7 +174,7 @@ private slots: class ProgressDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: ProgressDialog( TQWidget* pParent ); |