diff options
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(); |