summaryrefslogtreecommitdiffstats
path: root/kppp/pppdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/pppdata.cpp')
-rw-r--r--kppp/pppdata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/pppdata.cpp b/kppp/pppdata.cpp
index 29ccb308..5fd1147d 100644
--- a/kppp/pppdata.cpp
+++ b/kppp/pppdata.cpp
@@ -610,12 +610,12 @@ void PPPData::setModemEscapeGuardTime(int n) {
bool PPPData::modemLockFile() {
- return readNumConfig(cmodemgroup, LOCKFILE_KEY, 1);
+ return readNumConfig(cmodemgroup, LOCTDEFILE_KEY, 1);
}
void PPPData::setModemLockFile(bool set) {
- writeConfig(cmodemgroup, LOCKFILE_KEY, set);
+ writeConfig(cmodemgroup, LOCTDEFILE_KEY, set);
}