diff options
Diffstat (limited to 'kchart/kchartParameter3dConfigPage.h')
-rw-r--r-- | kchart/kchartParameter3dConfigPage.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/kchart/kchartParameter3dConfigPage.h b/kchart/kchartParameter3dConfigPage.h index 6f8d9fc2..54888fe7 100644 --- a/kchart/kchartParameter3dConfigPage.h +++ b/kchart/kchartParameter3dConfigPage.h @@ -21,23 +21,24 @@ #ifndef __KCHARTPARAMETER3DCONFIGPAGE_H__ #define __KCHARTPARAMETER3DCONFIGPAGE_H__ -#include <qwidget.h> +#include <tqwidget.h> #include <knuminput.h> -class QCheckBox; +class TQCheckBox; namespace KChart { class KChartParams; -class KChartParameter3dConfigPage : public QWidget +class KChartParameter3dConfigPage : public TQWidget { Q_OBJECT + TQ_OBJECT public: KChartParameter3dConfigPage( KChartParams* params, - QWidget* parent ); + TQWidget* tqparent ); void init(); void apply(); @@ -50,8 +51,8 @@ private: // Widgets KIntNumInput *angle3d; KDoubleNumInput *depth; - QCheckBox *bar3d; - QCheckBox *drawShadowColor; + TQCheckBox *bar3d; + TQCheckBox *drawShadowColor; }; } //KChart namespace |