diff options
Diffstat (limited to 'src/webquerycsb.h')
-rw-r--r-- | src/webquerycsb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webquerycsb.h b/src/webquerycsb.h index 326c82e..0fe3d16 100644 --- a/src/webquerycsb.h +++ b/src/webquerycsb.h @@ -38,7 +38,7 @@ namespace KBibTeX */ class WebQueryCSBWidget : public WebQueryWidget { - Q_OBJECT + TQ_OBJECT public: WebQueryCSBWidget( TQWidget *parent, const char *name = 0 ); @@ -62,7 +62,7 @@ namespace KBibTeX */ class WebQueryCSB : public WebQuery { - Q_OBJECT + TQ_OBJECT public: WebQueryCSB( TQWidget* parent ); virtual ~WebQueryCSB(); |