diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:52 -0600 |
commit | 8c5a639e214aa9c24ee2cbaec83f428ed46ffa64 (patch) | |
tree | 3cd4df65f0a57477130894aef4c5970161853460 /libkdchart/KDChartCustomBox.h | |
parent | beb601ba284823aad53b04213fdd7741c4832de5 (diff) | |
download | kmymoney-8c5a639e214aa9c24ee2cbaec83f428ed46ffa64.tar.gz kmymoney-8c5a639e214aa9c24ee2cbaec83f428ed46ffa64.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'libkdchart/KDChartCustomBox.h')
-rw-r--r-- | libkdchart/KDChartCustomBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDChartCustomBox.h b/libkdchart/KDChartCustomBox.h index 823dd2c..9427cb4 100644 --- a/libkdchart/KDChartCustomBox.h +++ b/libkdchart/KDChartCustomBox.h @@ -54,7 +54,7 @@ class KDFrame; class KDCHART_EXPORT KDChartCustomBox :public TQObject { Q_OBJECT - TQ_OBJECT + friend class KDChartPainter; friend class KDChartParams; |