diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:35:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:35:15 +0900 |
commit | 7aeb471bbc0f8e1734d58a1aefc3fc96b054038b (patch) | |
tree | 8626fc14089a89832f6f26ba3cb19975a258ac64 /src/webqueryzmath.h | |
parent | feaa7e666000943e3ec1876e33015842892751a2 (diff) | |
download | kbibtex-7aeb471bbc0f8e1734d58a1aefc3fc96b054038b.tar.gz kbibtex-7aeb471bbc0f8e1734d58a1aefc3fc96b054038b.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/webqueryzmath.h')
-rw-r--r-- | src/webqueryzmath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webqueryzmath.h b/src/webqueryzmath.h index df01cf0..aa3c7f8 100644 --- a/src/webqueryzmath.h +++ b/src/webqueryzmath.h @@ -29,7 +29,7 @@ namespace KBibTeX */ class WebQueryZMATHWidget : public WebQueryWidget { - Q_OBJECT + TQ_OBJECT public: WebQueryZMATHWidget( TQWidget *parent, const char *name = 0 ); }; @@ -39,7 +39,7 @@ namespace KBibTeX */ class WebQueryZMATH : public WebQuery { - Q_OBJECT + TQ_OBJECT public: WebQueryZMATH( TQWidget* parent ); virtual ~WebQueryZMATH(); |