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-25 22:08:11 +0900 |
| commit | 6d4f3af00cff52363e56b85ee27d08d46f0e311d (patch) | |
| tree | 04b1bc2767e830e566ce5d04b115a5c9226247ec /config/qtcurveconfig.h | |
| parent | f96ebf441342bf58101652bbb1f9da71e1a1fadc (diff) | |
| download | tde-style-qtcurve-6d4f3af0.tar.gz tde-style-qtcurve-6d4f3af0.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 963d734449ab82d31cccfd9ab92b4a6d6a2da30b)
Diffstat (limited to 'config/qtcurveconfig.h')
| -rw-r--r-- | config/qtcurveconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/qtcurveconfig.h b/config/qtcurveconfig.h index 60cd63c..c99376d 100644 --- a/config/qtcurveconfig.h +++ b/config/qtcurveconfig.h @@ -44,7 +44,7 @@ class QtCurveConfig; class CGradientPreview : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -69,7 +69,7 @@ class CGradientPreview : public TQWidget class QtCurveConfig : public QtCurveConfigBase { - Q_OBJECT + TQ_OBJECT public: |
