summaryrefslogtreecommitdiffstats
path: root/src/webqueryzmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webqueryzmath.h')
-rw-r--r--src/webqueryzmath.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/webqueryzmath.h b/src/webqueryzmath.h
index e6e7625..101ce7f 100644
--- a/src/webqueryzmath.h
+++ b/src/webqueryzmath.h
@@ -31,7 +31,7 @@ namespace KBibTeX
{
Q_OBJECT
public:
- WebQueryZMATHWidget( QWidget *parent, const char *name = 0 );
+ WebQueryZMATHWidget( TQWidget *parent, const char *name = 0 );
};
/**
@@ -41,14 +41,14 @@ namespace KBibTeX
{
Q_OBJECT
public:
- WebQueryZMATH( QWidget* parent );
+ WebQueryZMATH( TQWidget* parent );
virtual ~WebQueryZMATH();
void query();
- QString title();
- QString disclaimer();
- QString disclaimerURL();
+ TQString title();
+ TQString disclaimer();
+ TQString disclaimerURL();
WebQueryWidget *widget();