summaryrefslogtreecommitdiffstats
path: root/src/webqueryspireshep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webqueryspireshep.h')
-rw-r--r--src/webqueryspireshep.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/webqueryspireshep.h b/src/webqueryspireshep.h
index 968a20e..190ac3f 100644
--- a/src/webqueryspireshep.h
+++ b/src/webqueryspireshep.h
@@ -31,11 +31,11 @@ namespace KBibTeX
{
Q_OBJECT
public:
- WebQuerySpiresHepWidget( QWidget *parent, const char *name = 0 );
+ WebQuerySpiresHepWidget( TQWidget *parent, const char *name = 0 );
KComboBox *comboBoxMirror;
KComboBox *comboBoxType;
- QCheckBox *m_checkBoxFetchAbstracts;
+ TQCheckBox *m_checkBoxFetchAbstracts;
protected:
virtual void init();
@@ -48,19 +48,19 @@ namespace KBibTeX
{
Q_OBJECT
public:
- WebQuerySpiresHep( QWidget* parent );
+ WebQuerySpiresHep( TQWidget* parent );
virtual ~WebQuerySpiresHep();
void query();
- QString title();
- QString disclaimer();
- QString disclaimerURL();
+ TQString title();
+ TQString disclaimer();
+ TQString disclaimerURL();
WebQueryWidget *widget();
- static const QString mirrorNames[];
- static const QString mirrorURLs[];
+ static const TQString mirrorNames[];
+ static const TQString mirrorURLs[];
protected:
void cancelQuery() { /* nothing */ };