summaryrefslogtreecommitdiffstats
path: root/kchart/kchartWizardLabelsLegendPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartWizardLabelsLegendPage.h')
-rw-r--r--kchart/kchartWizardLabelsLegendPage.h75
1 files changed, 38 insertions, 37 deletions
diff --git a/kchart/kchartWizardLabelsLegendPage.h b/kchart/kchartWizardLabelsLegendPage.h
index 34b2b9c5..8144ea3e 100644
--- a/kchart/kchartWizardLabelsLegendPage.h
+++ b/kchart/kchartWizardLabelsLegendPage.h
@@ -1,25 +1,26 @@
#ifndef _kchartWIZARDLABELSLEGENDPAGE_H
#define _kchartWIZARDLABELSLEGENDPAGE_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kcolorbutton.h>
-class QColor;
-class QPushButton;
-class QLineEdit;
-class QRadioButton;
+class TQColor;
+class TQPushButton;
+class TQLineEdit;
+class TQRadioButton;
namespace KChart
{
class KChartPart;
-class KChartWizardLabelsLegendPage : public QWidget
+class KChartWizardLabelsLegendPage : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- KChartWizardLabelsLegendPage( QWidget* parent, KChartPart* chart );
+ KChartWizardLabelsLegendPage( TQWidget* tqparent, KChartPart* chart );
~KChartWizardLabelsLegendPage();
#if 0
@@ -35,32 +36,32 @@ public slots:
void changeTitleFont();
void changeLegendTitleFont();
void changeLegendTextFont();
- void changeXLabelColor(const QColor &);
- void changeYLabelColor(const QColor &);
- void changeTitleColor(const QColor &);
+ void changeXLabelColor(const TQColor &);
+ void changeYLabelColor(const TQColor &);
+ void changeTitleColor(const TQColor &);
#if 0
- //void changeYTitle2Color(const QColor &);
+ //void changeYTitle2Color(const TQColor &);
#endif
- void changeLegendTitleColor(const QColor &);
- void changeLegendTextColor(const QColor &);
+ void changeLegendTitleColor(const TQColor &);
+ void changeLegendTextColor(const TQColor &);
protected:
- void paintEvent( QPaintEvent * );
+ void paintEvent( TQPaintEvent * );
private:
KChartPart* _chart;
//kchartWidget* preview;
- QLineEdit* _xlabelED;
- QLineEdit* _ylabelED;
- QLineEdit* _titleED;
+ TQLineEdit* _xlabelED;
+ TQLineEdit* _ylabelED;
+ TQLineEdit* _titleED;
#if 0
- QLineEdit* _ylabel2ED;
+ TQLineEdit* _ylabel2ED;
#endif
- QPushButton *xtitlefont;
- QPushButton *ytitlefont;
- QPushButton *titlefont;
+ TQPushButton *xtitlefont;
+ TQPushButton *ytitlefont;
+ TQPushButton *titlefont;
#if 0
- QPushButton *ytitle2font;
+ TQPushButton *ytitle2font;
#endif
KColorButton *xtitlecolor;
KColorButton *ytitlecolor;
@@ -69,32 +70,32 @@ private:
KColorButton *ytitle2color;
#endif
- QLineEdit *_legendTitleText;
+ TQLineEdit *_legendTitleText;
KColorButton *legendTextColor;
KColorButton *legendTitleColor;
- QPushButton *legendTextFont;
- QPushButton *legendTitleFont;
+ TQPushButton *legendTextFont;
+ TQPushButton *legendTitleFont;
- QFont xlabel;
- QFont ylabel;
+ TQFont xlabel;
+ TQFont ylabel;
#if 0
- QFont ylabel2;
+ TQFont ylabel2;
#endif
- QFont title;
- QColor x_color;
- QColor y_color;
+ TQFont title;
+ TQColor x_color;
+ TQColor y_color;
#if 0
- QColor y_color2;
+ TQColor y_color2;
#endif
- QColor title_color;
+ TQColor title_color;
- QColor _legendTextColor;
- QColor _legendTitleColor;
+ TQColor _legendTextColor;
+ TQColor _legendTitleColor;
- QFont _legendTextFont;
- QFont _legendTitleFont;
+ TQFont _legendTextFont;
+ TQFont _legendTitleFont;
};