You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/kchart/kchartWizardSelectDataPage.h

25 lines
345 B

#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