diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:35:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:35:00 +0900 |
commit | af97112a1a1c815e48080046e495510f41507206 (patch) | |
tree | 7919380d04122fc2a7d47d4dbaa20ffa6e634080 /src/colorpicker.h | |
parent | 333171761d38caf584800780edeae501579233eb (diff) | |
download | basket-af97112a1a1c815e48080046e495510f41507206.tar.gz basket-af97112a1a1c815e48080046e495510f41507206.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/colorpicker.h')
-rw-r--r-- | src/colorpicker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colorpicker.h b/src/colorpicker.h index b8e9b5d..d52e30f 100644 --- a/src/colorpicker.h +++ b/src/colorpicker.h @@ -28,7 +28,7 @@ */ class DesktopColorPicker : public TQDesktopWidget { - Q_OBJECT + TQ_OBJECT public: /** Construtor, initializer and destructor */ |