diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:17:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:17:19 +0900 |
commit | 963d734449ab82d31cccfd9ab92b4a6d6a2da30b (patch) | |
tree | a80e3e0d8e4440f21db7054064fac29a1ef7fad5 /style/qtcurve.h | |
parent | cd1f0752e84b82fee6f7a574dc79e51a39a6584f (diff) | |
download | tde-style-qtcurve-963d734449ab82d31cccfd9ab92b4a6d6a2da30b.tar.gz tde-style-qtcurve-963d734449ab82d31cccfd9ab92b4a6d6a2da30b.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'style/qtcurve.h')
-rw-r--r-- | style/qtcurve.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/qtcurve.h b/style/qtcurve.h index 453076a..154e83b 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -82,7 +82,7 @@ class ShortcutHandler; class QtCurveStyle : public BASE_STYLE { - Q_OBJECT + TQ_OBJECT public: |