diff options
Diffstat (limited to 'src/webquerybibsonomy.h')
-rw-r--r-- | src/webquerybibsonomy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webquerybibsonomy.h b/src/webquerybibsonomy.h index cbea036..0415661 100644 --- a/src/webquerybibsonomy.h +++ b/src/webquerybibsonomy.h @@ -29,7 +29,7 @@ namespace KBibTeX */ class WebQueryBibSonomyWidget : public WebQueryWidget { - Q_OBJECT + TQ_OBJECT public: WebQueryBibSonomyWidget( TQWidget *parent, const char *name = 0 ); }; @@ -40,7 +40,7 @@ namespace KBibTeX class WebQueryBibSonomy : public WebQuery { - Q_OBJECT + TQ_OBJECT public: WebQueryBibSonomy( TQWidget* parent ); virtual ~WebQueryBibSonomy(); |