diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:17:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 14:17:19 +0900 |
commit | 963d734449ab82d31cccfd9ab92b4a6d6a2da30b (patch) | |
tree | a80e3e0d8e4440f21db7054064fac29a1ef7fad5 /config | |
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 <[email protected]>
Diffstat (limited to 'config')
-rw-r--r-- | config/exportthemedialog.h | 2 | ||||
-rw-r--r-- | config/qtcurveconfig.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/exportthemedialog.h b/config/exportthemedialog.h index cc8d022..51fb722 100644 --- a/config/exportthemedialog.h +++ b/config/exportthemedialog.h @@ -34,7 +34,7 @@ class TQLineEdit; class CExportThemeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: 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: |