From 7aeb471bbc0f8e1734d58a1aefc3fc96b054038b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:35:15 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/webquerygooglescholar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webquerygooglescholar.h') diff --git a/src/webquerygooglescholar.h b/src/webquerygooglescholar.h index c6bb6c3..721999c 100644 --- a/src/webquerygooglescholar.h +++ b/src/webquerygooglescholar.h @@ -35,7 +35,7 @@ namespace KBibTeX */ class WebQueryGoogleScholarWidget : public WebQueryWidget { - Q_OBJECT + TQ_OBJECT public: WebQueryGoogleScholarWidget( TQWidget *parent, const char *name = 0 ); }; @@ -45,7 +45,7 @@ namespace KBibTeX */ class WebQueryGoogleScholar : public WebQuery { - Q_OBJECT + TQ_OBJECT public: WebQueryGoogleScholar( TQWidget* parent ); virtual ~WebQueryGoogleScholar(); -- cgit v1.2.3