diff options
Diffstat (limited to 'kchart/kchartDataConfigPage.h')
-rw-r--r-- | kchart/kchartDataConfigPage.h | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/kchart/kchartDataConfigPage.h b/kchart/kchartDataConfigPage.h index fb278ade..77396fe5 100644 --- a/kchart/kchartDataConfigPage.h +++ b/kchart/kchartDataConfigPage.h @@ -20,17 +20,17 @@ #ifndef __KCHARTDATACONFIGPAGE_H__ #define __KCHARTDATACONFIGPAGE_H__ -#include <qwidget.h> -#include <qbutton.h> -#include <qlistbox.h> -#include <qpainter.h> +#include <tqwidget.h> +#include <tqbutton.h> +#include <tqlistbox.h> +#include <tqpainter.h> #include "koChart.h" -class QLineEdit; -class QRadioButton; -class QCheckBox; +class TQLineEdit; +class TQRadioButton; +class TQCheckBox; namespace KChart @@ -38,12 +38,13 @@ namespace KChart class KChartParams; -class KChartDataConfigPage : public QWidget +class KChartDataConfigPage : public TQWidget { Q_OBJECT + TQ_OBJECT public: - KChartDataConfigPage( KChartParams* params, QWidget* parent, + KChartDataConfigPage( KChartParams* params, TQWidget* tqparent, KDChartTableData *dat); void init(); void defaults(); @@ -55,11 +56,11 @@ private: KChartParams *m_params; KDChartTableData *data; - QLineEdit *m_dataArea; - QRadioButton *m_rowMajor; - QRadioButton *m_colMajor; - QCheckBox *m_firstRowAsLabel; - QCheckBox *m_firstColAsLabel; + TQLineEdit *m_dataArea; + TQRadioButton *m_rowMajor; + TQRadioButton *m_colMajor; + TQCheckBox *m_firstRowAsLabel; + TQCheckBox *m_firstColAsLabel; }; } //KChart namespace |