diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:23:48 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:23:48 -0500 |
| commit | 5e8825eca43e9c2a81852df965b2a5fe3a1f2072 (patch) | |
| tree | 13e901eaf7e3a09fdf60f51b4da311db7a2142a7 /libkdchart | |
| parent | 84c06bb01e30d6b236d35966599330934d675eac (diff) | |
| download | kmymoney-5e8825eca43e9c2a81852df965b2a5fe3a1f2072.tar.gz kmymoney-5e8825eca43e9c2a81852df965b2a5fe3a1f2072.zip | |
Fix inadvertent tq changes.
Diffstat (limited to 'libkdchart')
| -rw-r--r-- | libkdchart/KDChartParams.h | 4 | ||||
| -rw-r--r-- | libkdchart/KDFrame.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libkdchart/KDChartParams.h b/libkdchart/KDChartParams.h index 32afd1f..a69a31b 100644 --- a/libkdchart/KDChartParams.h +++ b/libkdchart/KDChartParams.h @@ -223,7 +223,7 @@ public slots: // PENDING(blackie) merge public slots into one section. public: -// TQMOC_SKIP_BEGIN +// MOC_SKIP_BEGIN class KDCHART_EXPORT KDChartFrameSettings { // Q_OBJECT @@ -379,7 +379,7 @@ public: bool _addFrameHeightToLayout; }; -// TQMOC_SKIP_END +// MOC_SKIP_END public slots: diff --git a/libkdchart/KDFrame.h b/libkdchart/KDFrame.h index 584626b..2db153e 100644 --- a/libkdchart/KDFrame.h +++ b/libkdchart/KDFrame.h @@ -475,7 +475,7 @@ public slots: public: -// TQMOC_SKIP_BEGIN +// MOC_SKIP_BEGIN /** \ifnot v200 \deprecated Feature scheduled for future release, at present not implemented. @@ -570,7 +570,7 @@ public: KDFrameProfile _profile; }; -// TQMOC_SKIP_END +// MOC_SKIP_END public slots: /** |
