summaryrefslogtreecommitdiffstats
path: root/src/webquerymathscinet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webquerymathscinet.h')
-rw-r--r--src/webquerymathscinet.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/webquerymathscinet.h b/src/webquerymathscinet.h
index 9b92f7c..ead0cf4 100644
--- a/src/webquerymathscinet.h
+++ b/src/webquerymathscinet.h
@@ -31,7 +31,7 @@ namespace KBibTeX
{
Q_OBJECT
public:
- WebQueryMathSciNetWidget( QWidget *parent, const char *name = 0 );
+ WebQueryMathSciNetWidget( TQWidget *parent, const char *name = 0 );
protected:
virtual void init();
@@ -44,14 +44,14 @@ namespace KBibTeX
{
Q_OBJECT
public:
- WebQueryMathSciNet( QWidget* parent );
+ WebQueryMathSciNet( TQWidget* parent );
virtual ~WebQueryMathSciNet();
void query();
- QString title();
- QString disclaimer();
- QString disclaimerURL();
+ TQString title();
+ TQString disclaimer();
+ TQString disclaimerURL();
WebQueryWidget *widget();