summaryrefslogtreecommitdiffstats
path: root/kchart/kchartParameterPolarConfigPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartParameterPolarConfigPage.h')
-rw-r--r--kchart/kchartParameterPolarConfigPage.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/kchart/kchartParameterPolarConfigPage.h b/kchart/kchartParameterPolarConfigPage.h
index 8272a3e9..b3c84f0f 100644
--- a/kchart/kchartParameterPolarConfigPage.h
+++ b/kchart/kchartParameterPolarConfigPage.h
@@ -20,32 +20,33 @@
#ifndef __KCHARTPARAMETERPOLARCONFIGPAGE_H__
#define __KCHARTPARAMETERPOLARCONFIGPAGE_H__
-#include <qwidget.h>
+#include <tqwidget.h>
-class QCheckBox;
-class QRadioButton;
-class QLineEdit;
-class QSpinBox;
-class QCheckBox;
+class TQCheckBox;
+class TQRadioButton;
+class TQLineEdit;
+class TQSpinBox;
+class TQCheckBox;
namespace KChart
{
class KChartParams;
-class KChartParameterPolarConfigPage : public QWidget
+class KChartParameterPolarConfigPage : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- KChartParameterPolarConfigPage( KChartParams* params,QWidget* parent );
+ KChartParameterPolarConfigPage( KChartParams* params,TQWidget* tqparent );
void init();
void apply();
private:
KChartParams* _params;
- QCheckBox *polarMarker;
- QCheckBox *showCircularLabel;
- QSpinBox *angle, *lineWidth;
+ TQCheckBox *polarMarker;
+ TQCheckBox *showCircularLabel;
+ TQSpinBox *angle, *lineWidth;
};
} //KChart namespace