From ec520ccd6a4696663269db36b7df74ffde13c70c Mon Sep 17 00:00:00 2001 From: tille Date: Mon, 02 Jun 2003 11:57:59 +0000 Subject: basicly working now... ... but it's not yet tested... ... and you cannot input username and pw. you can write a loginscript. --- (limited to 'noncore/settings/networksettings/ppp/interfaceinformationppp.h') diff --git a/noncore/settings/networksettings/ppp/interfaceinformationppp.h b/noncore/settings/networksettings/ppp/interfaceinformationppp.h index 8c6fc0b..68b58ea 100644 --- a/noncore/settings/networksettings/ppp/interfaceinformationppp.h +++ b/noncore/settings/networksettings/ppp/interfaceinformationppp.h @@ -2,10 +2,12 @@ #define INTERFACEINFORMATIONPPP_H #include "interfaceinformationimp.h" -//#include "interface.h" + class QWidget; class Interface; +class ConnectWidget; +class ConnectWindow; class InterfaceInformationPPP : public InterfaceInformationImp { @@ -16,6 +18,9 @@ public: InterfaceInformationPPP(QWidget *parent=0, const char *name=0, Interface *i=0, WFlags f=0); ~InterfaceInformationPPP(){}; + private: + ConnectWidget *con; + ConnectWindow *con_win; }; -- cgit v0.9.0.2