summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/modem/modemrun.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/modem/modemrun.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/modem/modemrun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings2/modem/modemrun.h b/noncore/settings/networksettings2/modem/modemrun.h
index eb3a193..df6b370 100644
--- a/noncore/settings/networksettings2/modem/modemrun.h
+++ b/noncore/settings/networksettings2/modem/modemrun.h
@@ -1,25 +1,25 @@
#include <netnode.h>
#include "modemdata.h"
class ModemRun : public RuntimeInfo {
public :
ModemRun( ANetNodeInstance * NNI,
ModemData & Data ) : RuntimeInfo ( NNI )
{ }
virtual RuntimeInfo * line( void )
{ return this; }
virtual QString deviceFile( void )
{ return QString("/dev/modem"); }
State_t detectState( void )
{ return Unknown;}
protected :
- QString setMyState( NodeCollection * , Action_t, bool )
+ QString setMyState( NetworkSetup * , Action_t, bool )
{ return QString(); }
};