|
|
|
@ -37,7 +37,7 @@ namespace KBibTeX
|
|
|
|
|
*/
|
|
|
|
|
class WebQueryPubMedWidget : public WebQueryWidget
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
public:
|
|
|
|
|
WebQueryPubMedWidget( TQWidget *parent, const char *name = 0 );
|
|
|
|
|
};
|
|
|
|
@ -59,7 +59,7 @@ namespace KBibTeX
|
|
|
|
|
|
|
|
|
|
class WebQueryPubMedResultParser: public TQObject
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
public:
|
|
|
|
|
WebQueryPubMedResultParser();
|
|
|
|
|
~WebQueryPubMedResultParser();
|
|
|
|
@ -81,7 +81,7 @@ namespace KBibTeX
|
|
|
|
|
|
|
|
|
|
class WebQueryPubMed : public WebQuery
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
public:
|
|
|
|
|
WebQueryPubMed( TQWidget *parent );
|
|
|
|
|
virtual ~WebQueryPubMed();
|
|
|
|
|