diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:36:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 21:24:01 +0900 |
commit | 93816e0a2c4477711497263902fe5222483da892 (patch) | |
tree | 662803755443085144e615fae1678f2755eda8fd /libkdchart/KDChartVectorTable.h | |
parent | 7a469553db421dbc62a6eca20fd81fe6fc7bb01a (diff) | |
download | kmymoney-93816e0a2c4477711497263902fe5222483da892.tar.gz kmymoney-93816e0a2c4477711497263902fe5222483da892.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 4a70f1720eb66ddeb89d4340e44c601e3613b837)
Diffstat (limited to 'libkdchart/KDChartVectorTable.h')
-rw-r--r-- | libkdchart/KDChartVectorTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDChartVectorTable.h b/libkdchart/KDChartVectorTable.h index c72a49c..5f7c1eb 100644 --- a/libkdchart/KDChartVectorTable.h +++ b/libkdchart/KDChartVectorTable.h @@ -113,7 +113,7 @@ public: class KDCHART_EXPORT KDChartVectorTableData : public KDChartTableDataBase { - Q_OBJECT + TQ_OBJECT private: |