summaryrefslogtreecommitdiffstats
path: root/client/crystalbutton.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:17:39 +0900
committerMichele Calgaro <[email protected]>2023-07-25 22:08:56 +0900
commited63325ff3e50d968e65c7fcca89546fdaf1384b (patch)
tree5fd0981d310887d8752a108cec5c0d6cddba893b /client/crystalbutton.h
parente4adea58dfe83f703fa8dd0a17f53b27b1df33b8 (diff)
downloadtwin-style-crystal-ed63325ff3e50d968e65c7fcca89546fdaf1384b.tar.gz
twin-style-crystal-ed63325ff3e50d968e65c7fcca89546fdaf1384b.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 263b4461f9dbe7189011fdeb64327b149535d37c)
Diffstat (limited to 'client/crystalbutton.h')
-rw-r--r--client/crystalbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/crystalbutton.h b/client/crystalbutton.h
index 467e7fe..7bc56b1 100644
--- a/client/crystalbutton.h
+++ b/client/crystalbutton.h
@@ -30,7 +30,7 @@ class ButtonImage;
class CrystalButton : public TQButton
{
- Q_OBJECT
+ TQ_OBJECT
public: