summaryrefslogtreecommitdiffstats
path: root/src/settingsfileio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsfileio.h')
-rw-r--r--src/settingsfileio.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/settingsfileio.h b/src/settingsfileio.h
index 2697473..bb00a4f 100644
--- a/src/settingsfileio.h
+++ b/src/settingsfileio.h
@@ -24,20 +24,20 @@
#include <config.h>
#endif
-#include <qwidget.h>
+#include <ntqwidget.h>
-class QComboBox;
-class QCheckBox;
-class QSpinBox;
+class TQComboBox;
+class TQCheckBox;
+class TQSpinBox;
class KLineEdit;
namespace KBibTeX
{
- class SettingsFileIO : public QWidget
+ class SettingsFileIO : public TQWidget
{
Q_OBJECT
public:
- SettingsFileIO( QWidget *parent = 0, const char *name = 0 );
+ SettingsFileIO( TQWidget *parent = 0, const char *name = 0 );
~SettingsFileIO();
void applyData();
@@ -52,18 +52,18 @@ namespace KBibTeX
void slotCheckBib2Db5Path();
private:
- QComboBox *m_comboBoxEncoding;
- QComboBox *m_comboBoxStringDelimiters;
- QComboBox *m_comboBoxKeywordCasing;
- QCheckBox *m_checkBoxProtectCasing;
- QComboBox *m_comboBoxLanguage;
- QComboBox *m_comboBoxBibliographyStyle;
- QCheckBox *m_checkBoxEmbedFiles;
- QComboBox *m_comboBoxExportSystemHTML;
- QCheckBox *m_checkBoxUseBibUtils;
+ TQComboBox *m_comboBoxEncoding;
+ TQComboBox *m_comboBoxStringDelimiters;
+ TQComboBox *m_comboBoxKeywordCasing;
+ TQCheckBox *m_checkBoxProtectCasing;
+ TQComboBox *m_comboBoxLanguage;
+ TQComboBox *m_comboBoxBibliographyStyle;
+ TQCheckBox *m_checkBoxEmbedFiles;
+ TQComboBox *m_comboBoxExportSystemHTML;
+ TQCheckBox *m_checkBoxUseBibUtils;
KLineEdit *m_lineeditBib2Db5Path;
- QString m_bib2db5BasePath;
- QSpinBox *m_spinBoxNumberOfBackups;
+ TQString m_bib2db5BasePath;
+ TQSpinBox *m_spinBoxNumberOfBackups;
void setupGUI();