summaryrefslogtreecommitdiffstats
path: root/src/webquerycsb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webquerycsb.h')
-rw-r--r--src/webquerycsb.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/webquerycsb.h b/src/webquerycsb.h
index bedc3cc..14866cd 100644
--- a/src/webquerycsb.h
+++ b/src/webquerycsb.h
@@ -25,8 +25,8 @@
#include <fileimporterbibtex.h>
#include <webquery.h>
-class QSpinBox;
-class QCheckBox;
+class TQSpinBox;
+class TQCheckBox;
class KLineEdit;
class KComboBox;
@@ -40,14 +40,14 @@ namespace KBibTeX
{
Q_OBJECT
public:
- WebQueryCSBWidget( QWidget *parent, const char *name = 0 );
+ WebQueryCSBWidget( TQWidget *parent, const char *name = 0 );
KComboBox *comboBoxField;
- QCheckBox *checkBoxYear;
+ TQCheckBox *checkBoxYear;
KComboBox *comboBoxYear;
- QSpinBox *spinBoxYear;
+ TQSpinBox *spinBoxYear;
KComboBox *comboBoxSortBy;
- QCheckBox *checkBoxOnlinePapersOnly;
+ TQCheckBox *checkBoxOnlinePapersOnly;
protected:
virtual void init();
@@ -64,14 +64,14 @@ namespace KBibTeX
{
Q_OBJECT
public:
- WebQueryCSB( QWidget* parent );
+ WebQueryCSB( TQWidget* parent );
virtual ~WebQueryCSB();
void query();
- QString title();
- QString disclaimer();
- QString disclaimerURL();
+ TQString title();
+ TQString disclaimer();
+ TQString disclaimerURL();
WebQueryWidget *widget();