diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:30 +0900 |
commit | f33c16dc173533b82f99322175cb04f62923fe5b (patch) | |
tree | 278d2c24f4aef498b0b9ab5736497fb01726e41e /twin-styles/icewm/config/config.h | |
parent | b5334a67375cb9fb2a7a5c08c926c3564f87133b (diff) | |
download | tdeartwork-f33c16dc173533b82f99322175cb04f62923fe5b.tar.gz tdeartwork-f33c16dc173533b82f99322175cb04f62923fe5b.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin-styles/icewm/config/config.h')
-rw-r--r-- | twin-styles/icewm/config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/icewm/config/config.h b/twin-styles/icewm/config/config.h index 6f106ecb..8e7b6a11 100644 --- a/twin-styles/icewm/config/config.h +++ b/twin-styles/icewm/config/config.h @@ -39,7 +39,7 @@ class TQVBox; class IceWMConfig: public TQObject { - Q_OBJECT + TQ_OBJECT public: |