diff options
Diffstat (limited to 'kchart/kchartPieConfigPage.h')
-rw-r--r-- | kchart/kchartPieConfigPage.h | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/kchart/kchartPieConfigPage.h b/kchart/kchartPieConfigPage.h index 46424882..446276ac 100644 --- a/kchart/kchartPieConfigPage.h +++ b/kchart/kchartPieConfigPage.h @@ -23,18 +23,18 @@ #define __KCHARTPIECONFIGPAGE_H__ -#include <qwidget.h> -#include <qlistview.h> +#include <tqwidget.h> +#include <tqlistview.h> #include <koChart.h> -class QSpinBox; -class QLineEdit; -class QCheckBox; -class QPushButton; -class QFont; -class QRadioButton; +class TQSpinBox; +class TQLineEdit; +class TQCheckBox; +class TQPushButton; +class TQFont; +class TQRadioButton; namespace KChart @@ -42,12 +42,13 @@ namespace KChart class KChartParams; -class KChartPieConfigPage : public QWidget +class KChartPieConfigPage : public TQWidget { Q_OBJECT + TQ_OBJECT public: - KChartPieConfigPage( KChartParams* params, QWidget* parent, + KChartPieConfigPage( KChartParams* params, TQWidget* tqparent, KDChartTableData* data); void init(); void apply(); @@ -55,16 +56,16 @@ public: public slots: void changeValue(int); - void slotselected(QListViewItem *); + void slotselected(TQListViewItem *); private: int col; KChartParams* _params; - QSpinBox *dist; - QSpinBox *column; - QListView *list; - QSpinBox *explose; - QMemArray<int> value; + TQSpinBox *dist; + TQSpinBox *column; + TQListView *list; + TQSpinBox *explose; + TQMemArray<int> value; int pos; }; |