diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:54 -0600 |
commit | ecd830c96cf2f75870133f57c947ae7fa46d3cb0 (patch) | |
tree | a78bc6226b5d915a9084203ecb148455389f4d64 /config | |
parent | ec5279c4d6592de1f259e63d8f43a299e272f80f (diff) | |
download | tde-style-qtcurve-ecd830c96cf2f75870133f57c947ae7fa46d3cb0.tar.gz tde-style-qtcurve-ecd830c96cf2f75870133f57c947ae7fa46d3cb0.zip |
Remove spurious TQ_OBJECT instances
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 58e7d3d..2891037 100644 --- a/config/exportthemedialog.h +++ b/config/exportthemedialog.h @@ -31,7 +31,7 @@ class TQLineEdit; class CExportThemeDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/config/qtcurveconfig.h b/config/qtcurveconfig.h index 7843136..c9631bc 100644 --- a/config/qtcurveconfig.h +++ b/config/qtcurveconfig.h @@ -41,7 +41,7 @@ class TQtCurveConfig; class CGradientPreview : public TQWidget { Q_OBJECT - TQ_OBJECT + public: @@ -66,7 +66,7 @@ class CGradientPreview : public TQWidget class TQtCurveConfig : public TQtCurveConfigBase { Q_OBJECT - TQ_OBJECT + public: |