diff options
author | Slávek Banko <[email protected]> | 2013-06-29 12:56:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-04 03:11:35 +0200 |
commit | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (patch) | |
tree | c8ee8792d3fb139365abbf70c2255f1e69d2aa34 /src/webquerycsb.h | |
parent | 251c9a439759c830d34c70683d0fc9454d703010 (diff) | |
download | kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.tar.gz kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.zip |
Initial TQt conversion
Diffstat (limited to 'src/webquerycsb.h')
-rw-r--r-- | src/webquerycsb.h | 20 |
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(); |