00001 #include "pppdata.h" 00002 #include "PPPAuthGUI.h" 00003 00004 class PPPAuthEdit : public PPPAuthGUI { 00005 00006 public : 00007 00008 PPPAuthEdit( QWidget * parent ); 00009 QString acceptable( void ); 00010 bool commit( PPPData & Data ); 00011 void showData( PPPData & Data ); 00012 bool PAP_Checked( void ); 00013 00014 00015 private : 00016 00017 };
1.4.2