summaryrefslogtreecommitdiffstats
path: root/kchart/kchartWizardSelectDataPage.h
blob: 6c073d63f14534726ab5c70cc85700814525f0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef _kchartWIZARDSELECTDATAPAGE_H
#define _kchartWIZARDSELECTDATAPAGE_H

#include <tqwidget.h>

class TQLineEdit;

namespace KChart
{

class KChartWizardSelectDataPage : public TQWidget
{
friend class KChartWizard;

public:
  KChartWizardSelectDataPage( TQWidget* tqparent );

private:
  TQLineEdit* rangeED;
};

}  //namespace KChart

#endif