|
|
|
@ -26,14 +26,16 @@
|
|
|
|
|
#define KNETWORKMANAGER_CONNECTION_SETTING_CDMA_WIDGET_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// qt headers
|
|
|
|
|
// tqt headers
|
|
|
|
|
#include <tqwidget.h>
|
|
|
|
|
#include <tqlineedit.h>
|
|
|
|
|
|
|
|
|
|
// tde headers
|
|
|
|
|
#include <tdehardwaredevices.h>
|
|
|
|
|
#include <tdenetworkconnections.h>
|
|
|
|
|
|
|
|
|
|
// knm headers
|
|
|
|
|
#include "knetworkmanager-connection_setting_cdma.h"
|
|
|
|
|
#include "knetworkmanager-connection_setting_widget_interface.h"
|
|
|
|
|
#include "knetworkmanager-device.h"
|
|
|
|
|
|
|
|
|
|
//class VPNService;
|
|
|
|
|
class ConnectionSettingCdmaWidget;
|
|
|
|
@ -41,14 +43,12 @@ class ConnectionSettingCdmaWidget;
|
|
|
|
|
namespace ConnectionSettings
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
class Connection;
|
|
|
|
|
|
|
|
|
|
class CDMAWidgetImpl : public WidgetInterface
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
CDMAWidgetImpl(Connection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0);
|
|
|
|
|
CDMAWidgetImpl(TDENetworkConnection* conn, TQWidget* parent = NULL, const char* name = NULL, WFlags fl = 0);
|
|
|
|
|
void Activate();
|
|
|
|
|
void Deactivate();
|
|
|
|
|
public slots:
|
|
|
|
@ -59,7 +59,7 @@ class CDMAWidgetImpl : public WidgetInterface
|
|
|
|
|
//VPNConfigWidget* getVPNConfigWidget(VPNService* service);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CDMA* _cdmasetting;
|
|
|
|
|
TDEModemConnection* _cdmasetting;
|
|
|
|
|
ConnectionSettingCdmaWidget* _mainWid;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|