diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 10:15:01 +0900 |
commit | 9b03504064870b54af92214941ed5372f847b135 (patch) | |
tree | 2feef14e40204f65198169e485db5c1591aa1891 /libtdeedu/tdeeduplot | |
parent | 04fdca4209e8f7d759d5db4b7ff9dcdead088e08 (diff) | |
download | tdeedu-9b03504064870b54af92214941ed5372f847b135.tar.gz tdeedu-9b03504064870b54af92214941ed5372f847b135.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8)
Diffstat (limited to 'libtdeedu/tdeeduplot')
-rw-r--r-- | libtdeedu/tdeeduplot/kplotwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/tdeeduplot/kplotwidget.h b/libtdeedu/tdeeduplot/kplotwidget.h index fd3504df..d76ef473 100644 --- a/libtdeedu/tdeeduplot/kplotwidget.h +++ b/libtdeedu/tdeeduplot/kplotwidget.h @@ -39,7 +39,7 @@ class TQPixmap; */ class KDE_EXPORT KPlotWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /**@short Constructor. Sets the primary x and y limits in data units. |