kchart

kchartWizardSelectDataPage.h

00001 #ifndef _kchartWIZARDSELECTDATAPAGE_H
00002 #define _kchartWIZARDSELECTDATAPAGE_H
00003 
00004 #include <qwidget.h>
00005 
00006 class QLineEdit;
00007 
00008 namespace KChart
00009 {
00010 
00011 class KChartWizardSelectDataPage : public QWidget
00012 {
00013 friend class KChartWizard;
00014 
00015 public:
00016   KChartWizardSelectDataPage( QWidget* parent );
00017 
00018 private:
00019   QLineEdit* rangeED;
00020 };
00021 
00022 }  //namespace KChart
00023 
00024 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys