summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/vpn/vpnedit.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/vpn/vpnedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/vpn/vpnedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/networksettings2/vpn/vpnedit.h b/noncore/settings/networksettings2/vpn/vpnedit.h
index 76480cd..156bcc5 100644
--- a/noncore/settings/networksettings2/vpn/vpnedit.h
+++ b/noncore/settings/networksettings2/vpn/vpnedit.h
@@ -4,9 +4,9 @@
class VPNEdit : public VPNGUI {
public :
VPNEdit( QWidget * parent );
QString acceptable( void );
- bool commit( VPNData_t & Data );
- void showData( VPNData_t & Data );
+ bool commit( VPNData & Data );
+ void showData( VPNData & Data );
};