From e1fc10f0a34ce8a2282e1009bcc863f1a93889b4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:16:39 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kickermenu/menuapplet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kickermenu') diff --git a/kickermenu/menuapplet.h b/kickermenu/menuapplet.h index dea5481..9500fa1 100644 --- a/kickermenu/menuapplet.h +++ b/kickermenu/menuapplet.h @@ -48,7 +48,7 @@ class MenuEmbed; class Applet : public KPanelApplet, public DCOPObject { - Q_OBJECT + TQ_OBJECT K_DCOP k_dcop: ASYNC configure(); @@ -99,7 +99,7 @@ private: class MenuEmbed : public QXEmbed { - Q_OBJECT + TQ_OBJECT public: MenuEmbed( WId mainwindow, bool desktop, TQWidget* parent = NULL, const char* name = NULL ); WId mainWindow() const; -- cgit v1.2.1