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/webquery.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/webquery.h') diff --git a/src/webquery.h b/src/webquery.h index 372d05c..c4af9c4 100644 --- a/src/webquery.h +++ b/src/webquery.h @@ -46,7 +46,7 @@ namespace KBibTeX */ class WebQueryWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: WebQueryWidget( TQWidget *parent, const char *name = 0 ); virtual bool searchPossible(); @@ -74,7 +74,7 @@ namespace KBibTeX */ class WebQuery : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Status { statusSuccess, statusError, statusAborted, statusInvalidQuery, statusInsufficientPermissions }; @@ -124,7 +124,7 @@ namespace KBibTeX class WebQueryWizard: public TQWidget { - Q_OBJECT + TQ_OBJECT public: ~WebQueryWizard(); -- cgit v1.2.3