summaryrefslogtreecommitdiffstats
path: root/knetworkconf/knetworkconf/knetworkinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knetworkconf/knetworkconf/knetworkinterface.cpp')
-rw-r--r--knetworkconf/knetworkconf/knetworkinterface.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/knetworkconf/knetworkconf/knetworkinterface.cpp b/knetworkconf/knetworkconf/knetworkinterface.cpp
index 0a7fad5..1db8dee 100644
--- a/knetworkconf/knetworkconf/knetworkinterface.cpp
+++ b/knetworkconf/knetworkconf/knetworkinterface.cpp
@@ -34,8 +34,8 @@ TQString KNetworkInterface::getDeviceName(){
TQString KNetworkInterface::getIpAddress(){
return ipAddress;
}
-TQString KNetworkInterface::getNetmask(){
- return netmask;
+TQString KNetworkInterface::getNettqmask(){
+ return nettqmask;
}
TQString KNetworkInterface::getNetwork(){
return network;
@@ -59,8 +59,8 @@ void KNetworkInterface::setDeviceName(const TQString &deviceName){
void KNetworkInterface::setIpAddress(const TQString &ipAddress){
KNetworkInterface::ipAddress = ipAddress;
}
-void KNetworkInterface::setNetmask(const TQString &netmask){
- KNetworkInterface::netmask = netmask;
+void KNetworkInterface::setNettqmask(const TQString &nettqmask){
+ KNetworkInterface::nettqmask = nettqmask;
}
void KNetworkInterface::setNetwork(const TQString &network){
KNetworkInterface::network = network;