now mobile ppp widget has been completed

This commit is contained in:
arcan1s
2014-02-21 21:26:44 +04:00
parent d85e5560fa
commit f3b6457a9b
14 changed files with 256 additions and 83 deletions

View File

@ -29,7 +29,7 @@ class ErrorWindow;
class EthernetWidget;
class GeneralWidget;
class IpWidget;
class MobilePpp;
class MobileWidget;
class Netctl;
class NetctlProfile;
class PasswdWidget;
@ -89,7 +89,7 @@ private:
EthernetWidget *ethernetWid;
GeneralWidget *generalWid;
IpWidget *ipWid;
MobilePpp *mobileWid;
MobileWidget *mobileWid;
PppoeWidget *pppoeWid;
TunnelWidget *tunnelWid;
TuntapWidget *tuntapWid;