summaryrefslogtreecommitdiffstats
path: root/src/colorpicker.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:35:00 +0900
committerMichele Calgaro <[email protected]>2023-07-20 13:35:00 +0900
commitaf97112a1a1c815e48080046e495510f41507206 (patch)
tree7919380d04122fc2a7d47d4dbaa20ffa6e634080 /src/colorpicker.h
parent333171761d38caf584800780edeae501579233eb (diff)
downloadbasket-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.h2
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 */