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 /style/qtcurve.h | |
parent | ec5279c4d6592de1f259e63d8f43a299e272f80f (diff) | |
download | tde-style-qtcurve-ecd830c96cf2f75870133f57c947ae7fa46d3cb0.tar.gz tde-style-qtcurve-ecd830c96cf2f75870133f57c947ae7fa46d3cb0.zip |
Remove spurious TQ_OBJECT instances
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 a157016..3ab1182 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -77,7 +77,7 @@ class TQSlider; class TQtCurveStyle : public BASE_STYLE { Q_OBJECT - TQ_OBJECT + public: |