diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:17:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:17:35 +0900 |
commit | ea718087e4710486e5e7b04f2c82eef8866e2cc9 (patch) | |
tree | 12fcd0099c009b219a0f7236e365863d4364f12a /src/app/analyzer.h | |
parent | b9fbcc0e4893e1b3daf7ec72ce8a008409859a05 (diff) | |
download | codeine-ea718087e4710486e5e7b04f2c82eef8866e2cc9.tar.gz codeine-ea718087e4710486e5e7b04f2c82eef8866e2cc9.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/app/analyzer.h')
-rw-r--r-- | src/app/analyzer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/analyzer.h b/src/app/analyzer.h index 9a5af00..3339c9d 100644 --- a/src/app/analyzer.h +++ b/src/app/analyzer.h @@ -38,7 +38,7 @@ namespace Analyzer class Base2D : public Base<TQWidget>
{
- Q_OBJECT
+ TQ_OBJECT
public:
const TQPixmap *canvas() const { return &m_canvas; }
|