From f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:08 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- libtdeedu/tdeeduplot/kplotwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtdeedu/tdeeduplot/kplotwidget.h') 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. -- cgit v1.2.1