diff options
Diffstat (limited to 'src/webqueryieeexplore.h')
-rw-r--r-- | src/webqueryieeexplore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webqueryieeexplore.h b/src/webqueryieeexplore.h index 4c63e9c..41af1c6 100644 --- a/src/webqueryieeexplore.h +++ b/src/webqueryieeexplore.h @@ -32,7 +32,7 @@ namespace KBibTeX */ class WebQueryIEEExploreWidget : public WebQueryWidget { - Q_OBJECT + TQ_OBJECT public: WebQueryIEEExploreWidget( TQWidget *parent, const char *name = 0 ); }; @@ -43,7 +43,7 @@ namespace KBibTeX class WebQueryIEEExplore : public WebQuery { - Q_OBJECT + TQ_OBJECT public: WebQueryIEEExplore( TQWidget* parent ); virtual ~WebQueryIEEExplore(); |