From 6df27473e52921dbfb268945c748639f1cf806e4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:56:44 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/modules/help/helpwidget.h | 2 +- src/modules/help/helpwindow.h | 2 +- src/modules/help/index.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/help') diff --git a/src/modules/help/helpwidget.h b/src/modules/help/helpwidget.h index ab7a886d..43c3256e 100644 --- a/src/modules/help/helpwidget.h +++ b/src/modules/help/helpwidget.h @@ -34,7 +34,7 @@ class TQLineEdit; class KviHelpWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KviHelpWidget(TQWidget *par,KviFrame * lpFrm,bool bIsStandalone = false); diff --git a/src/modules/help/helpwindow.h b/src/modules/help/helpwindow.h index 57f9d984..4da38b9e 100644 --- a/src/modules/help/helpwindow.h +++ b/src/modules/help/helpwindow.h @@ -35,7 +35,7 @@ class TQTextBrowser; class KviHelpWindow : public KviWindow { - Q_OBJECT + TQ_OBJECT public: KviHelpWindow(KviFrame * lpFrm,const char * name); diff --git a/src/modules/help/index.h b/src/modules/help/index.h index d4fcc733..a687dc6e 100644 --- a/src/modules/help/index.h +++ b/src/modules/help/index.h @@ -60,7 +60,7 @@ TQDataStream &operator<<( TQDataStream &s, const Document &l ); class Index : public TQObject { - Q_OBJECT + TQ_OBJECT public: struct Entry { -- cgit v1.2.1