summaryrefslogtreecommitdiffstats
path: root/kchart/kchartWizardSelectDataPage.h
blob: 61b5fc578b45c053560c113971b58d54e62083fa (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* parent );

private:
  TQLineEdit* rangeED;
};

}  //namespace KChart

#endif