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-24 20:32:39 +0900 |
commit | 06ee3c8c063933d06b750c0f557a99b4e1037de8 (patch) | |
tree | 8626fc14089a89832f6f26ba3cb19975a258ac64 /src/webquerymathscinet.h | |
parent | feaa7e666000943e3ec1876e33015842892751a2 (diff) | |
download | kbibtex-06ee3c8c063933d06b750c0f557a99b4e1037de8.tar.gz kbibtex-06ee3c8c063933d06b750c0f557a99b4e1037de8.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7aeb471bbc0f8e1734d58a1aefc3fc96b054038b)
Diffstat (limited to 'src/webquerymathscinet.h')
-rw-r--r-- | src/webquerymathscinet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webquerymathscinet.h b/src/webquerymathscinet.h index 1ff3508..418c3e3 100644 --- a/src/webquerymathscinet.h +++ b/src/webquerymathscinet.h @@ -29,7 +29,7 @@ namespace KBibTeX */ class WebQueryMathSciNetWidget : public WebQueryWidget { - Q_OBJECT + TQ_OBJECT public: WebQueryMathSciNetWidget( TQWidget *parent, const char *name = 0 ); @@ -42,7 +42,7 @@ namespace KBibTeX */ class WebQueryMathSciNet : public WebQuery { - Q_OBJECT + TQ_OBJECT public: WebQueryMathSciNet( TQWidget* parent ); virtual ~WebQueryMathSciNet(); |