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