summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/profile/profileedit.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/profile/profileedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/profile/profileedit.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/settings/networksettings2/profile/profileedit.h b/noncore/settings/networksettings2/profile/profileedit.h
index b186b58..9cde845 100644
--- a/noncore/settings/networksettings2/profile/profileedit.h
+++ b/noncore/settings/networksettings2/profile/profileedit.h
@@ -5,3 +5,3 @@
class ANetNodeInstance;
-class AsDevice;
+class RuntimeInfo;
@@ -15,4 +15,4 @@ public :
QString acceptable( void );
- bool commit( ProfileData_t & Data );
- void showData( ProfileData_t & Data );
+ bool commit( ProfileData & Data );
+ void showData( ProfileData & Data );
@@ -27,3 +27,3 @@ private :
ANetNodeInstance * NNI;
- AsDevice * Dev;
+ RuntimeInfo * Dev;
};