From 44548d3e71aab859c1547104f3419fd288add594 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:21 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kbabel/commonui/toolselectionwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbabel/commonui/toolselectionwidget.h') diff --git a/kbabel/commonui/toolselectionwidget.h b/kbabel/commonui/toolselectionwidget.h index e718dce2..8d11628f 100644 --- a/kbabel/commonui/toolselectionwidget.h +++ b/kbabel/commonui/toolselectionwidget.h @@ -39,7 +39,7 @@ class KDataToolInfo; class KDE_EXPORT ToolSelectionWidget : public TDEActionSelector { - Q_OBJECT + TQ_OBJECT public: ToolSelectionWidget(TQWidget* parent=0, const char* name=0 ); -- cgit v1.2.1