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 a983a8b4..c258eda6 100644
--- a/kppp/pppdata.cpp
+++ b/kppp/pppdata.cpp
@@ -300,12 +300,12 @@ void PPPData::set_redial_on_nocarrier(bool set) {
bool PPPData::quit_on_disconnect() {
- return (bool) readNumConfig(GENERAL_GRP, TQUITONDISCONNECT_KEY, false);
+ return (bool) readNumConfig(GENERAL_GRP, QUITONDISCONNECT_KEY, false);
}
void PPPData::set_quit_on_disconnect(bool set) {
- writeConfig(GENERAL_GRP, TQUITONDISCONNECT_KEY, (int) set);
+ writeConfig(GENERAL_GRP, QUITONDISCONNECT_KEY, (int) set);
}