summaryrefslogtreecommitdiffstats
path: root/ktouch/src/ktouchchartwidget.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:08 +0900
commitf9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8 (patch)
treecc78f7cd0c52eafa75211faec743bcbac4047491 /ktouch/src/ktouchchartwidget.h
parent722b8b58ec7c9696be84890045d29e0203d3e20f (diff)
downloadtdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.tar.gz
tdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ktouch/src/ktouchchartwidget.h')
-rw-r--r--ktouch/src/ktouchchartwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouchchartwidget.h b/ktouch/src/ktouchchartwidget.h
index 87120703..9d40b660 100644
--- a/ktouch/src/ktouchchartwidget.h
+++ b/ktouch/src/ktouchchartwidget.h
@@ -23,7 +23,7 @@ class KTouchTrainer;
/// This is the chart widget and contains all chart drawing code.
class KTouchChartWidget : public KPlotWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
/// Constructor.