summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/gprs/GPRSrun.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/gprs/GPRSrun.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/gprs/GPRSrun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings2/gprs/GPRSrun.h b/noncore/settings/networksettings2/gprs/GPRSrun.h
index 817f8a9..c3c2015 100644
--- a/noncore/settings/networksettings2/gprs/GPRSrun.h
+++ b/noncore/settings/networksettings2/gprs/GPRSrun.h
@@ -3,32 +3,32 @@
#include "GPRSdata.h"
class GPRSRun : public RuntimeInfo {
public :
GPRSRun( ANetNodeInstance * NNI,
GPRSData & D ) : RuntimeInfo( NNI ),
Pat( "ppp[0-9]" ) {
PPPPid = 0;
}
bool handlesInterface( const QString & I );
bool handlesInterface( InterfaceInfo * );
virtual RuntimeInfo * device( void )
{ return this; }
virtual RuntimeInfo * connection( void )
{ return this; }
State_t detectState( void );
protected :
- QString setMyState( NodeCollection * , Action_t, bool );
+ QString setMyState( NetworkSetup * , Action_t, bool );
private :
QRegExp Pat;
size_t PPPPid;
};