summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartTableDataWrapper.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:36:31 +0900
committerMichele Calgaro <[email protected]>2023-07-20 13:36:31 +0900
commit4a70f1720eb66ddeb89d4340e44c601e3613b837 (patch)
tree662803755443085144e615fae1678f2755eda8fd /libkdchart/KDChartTableDataWrapper.h
parent7da583b50658b88243d71ddfd0a9d2146d6bda6c (diff)
downloadkmymoney-4a70f1720eb66ddeb89d4340e44c601e3613b837.tar.gz
kmymoney-4a70f1720eb66ddeb89d4340e44c601e3613b837.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libkdchart/KDChartTableDataWrapper.h')
-rw-r--r--libkdchart/KDChartTableDataWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDChartTableDataWrapper.h b/libkdchart/KDChartTableDataWrapper.h
index 801792c..3f65f6f 100644
--- a/libkdchart/KDChartTableDataWrapper.h
+++ b/libkdchart/KDChartTableDataWrapper.h
@@ -6,7 +6,7 @@ class KDChartData;
class KDChartTableDataWrapper :public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KDChartTableDataWrapper( KDChartTableData* );